X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fregisteruser.php;h=b7ee9f368ca32aee845c4f429f18a966f5a87199;hb=b15f5f0cafc08c9b63090c5b4f7494fca0634238;hp=97caf645cd6eb812904d9c68da110e958e30ca49;hpb=fb9d32a8afdabd2a094f25fbba9c937bc9f0e7c5;p=quix0rs-gnu-social.git diff --git a/scripts/registeruser.php b/scripts/registeruser.php index 97caf645cd..b7ee9f368c 100644 --- a/scripts/registeruser.php +++ b/scripts/registeruser.php @@ -34,7 +34,7 @@ registers a user in the database END_OF_REGISTERUSER_HELP; -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; $nickname = get_option_value('n', 'nickname'); $password = get_option_value('w', 'password');