Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/willyxiao/cs109-hcs
Browse files Browse the repository at this point in the history
  • Loading branch information
lswang1618 committed Dec 12, 2014
2 parents 1203694 + 5256b5d commit 9171310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
2 changes: 1 addition & 1 deletion webpage/predict.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


// print exec("python predict_message.py " + $_POST["email"]);
$cmd = "/usr/bin/python predict_message.py '" . $_GET["email"] . "'";
$cmd = "/usr/bin/python /var/www/html/cs109-hcs/predict_message.py '" . $_GET["email"] . "'";
print `$cmd`;

?>
38 changes: 0 additions & 38 deletions webpage/predict_message.py

This file was deleted.

0 comments on commit 9171310

Please sign in to comment.