about summary refs log tree commit diff stats
path: root/submit.php
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2018-12-02 15:04:46 -0500
committerahriman <ahriman@falte.red>2018-12-02 15:04:46 -0500
commitf666fcee1dfa16712918b08c4564b895749c9016 (patch)
treeedc288fadadc4929bd5a510e401f5ee1ecf85e6d /submit.php
parent1c064efd28ff3e87a18d6200145a756c397f3ef8 (diff)
downloadsite-f666fcee1dfa16712918b08c4564b895749c9016.tar.gz
submit.php
Diffstat (limited to 'submit.php')
-rwxr-xr-xsubmit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php
index 5d79427..b964d62 100755
--- a/submit.php
+++ b/submit.php
@@ -125,7 +125,7 @@ if (isset($_REQUEST["username"]) && isset($_REQUEST["email"])) {
                   </div>';
         }
  */
-	    $newuserfile = fopen("/home/ahriman/users-to-add", "a");
+	    $newuserfile = fopen("newusers.dat", "a");
 	    fwrite($newuserfile, "$username $email \"$sshkey\"\n\n");
 	    fclose($newuserfile);
         $fuzzyfile = fopen("fuzzies.log", "a");