summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 23db02e..1a83219 100644
--- a/index.php
+++ b/index.php
@@ -45,7 +45,7 @@ if (!$running && $_GET["action"] == "start" && $_POST["forreal"] == "yeah") {
file_put_contents("input.txt", $_POST['list']);
file_put_contents("totalLines", (string)count(split("\n", trim($_POST['list']))));
@unlink("MovieStats.csv");
- runInBackground("/home/zx2c4/opt/bin/python MovieSearchStats.py input.txt MovieStats.csv '".$_POST['email']."'");
+ runInBackground("/usr/bin/python MovieSearchStats.py input.txt MovieStats.csv '".$_POST['email']."'");
$running = true;
}
?>
@@ -96,6 +96,5 @@ Jaws
<input type="submit" value="Start">
</form>
<?php endif; ?>
-<div style="background: #DDAAAA; width:550px; text-align: justify; font-weight: bold; padding: 10px; border: 3px black dotted;"><i>Warning</i>: Now that AnyClip has the capability and resources to host an AnyClip Labs server, all applications running at anyclip.zx2c4.com will be shutting down and migrated to AnyClip-owned&amp;operated servers at the earliest convienence. This URL will change.</div>
</body>
</html>