X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FEmailRegistration%2Fscripts%2Fregisteremailuser.php;h=a785a76a6649080aefba71cc0323ed8172971292;hb=3326b7b850f538f0e3c2c7969c5e566e2a374ffb;hp=02915240d32d2e57b3abbff7f280e6dfd9256921;hpb=c97048d01bea468e0cf8865b60c3c250b4515c39;p=quix0rs-gnu-social.git diff --git a/plugins/EmailRegistration/scripts/registeremailuser.php b/plugins/EmailRegistration/scripts/registeremailuser.php old mode 100644 new mode 100755 index 02915240d3..a785a76a66 --- a/plugins/EmailRegistration/scripts/registeremailuser.php +++ b/plugins/EmailRegistration/scripts/registeremailuser.php @@ -34,7 +34,7 @@ register a new user by email address. END_OF_REGISTEREMAILUSER_HELP; -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; if (count($args) == 0) { show_help();