diff options
author | ahriman <ahriman@falte.red> | 2018-12-02 15:04:46 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2018-12-02 15:04:46 -0500 |
commit | f666fcee1dfa16712918b08c4564b895749c9016 (patch) | |
tree | edc288fadadc4929bd5a510e401f5ee1ecf85e6d /submit.php | |
parent | 1c064efd28ff3e87a18d6200145a756c397f3ef8 (diff) | |
download | site-f666fcee1dfa16712918b08c4564b895749c9016.tar.gz |
submit.php
Diffstat (limited to 'submit.php')
-rwxr-xr-x | submit.php | 2 |
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"); |