]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/console.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / scripts / console.php
index 692cedf8d1e7396a267ea618cd1d89f7955d55c6..910c663b016141fed6cd44c3b3da17e801576b87 100755 (executable)
@@ -27,7 +27,7 @@ console.php - provide an interactive PHP interpreter for testing
 
 ENDOFHELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 // Assume we're on a terminal if on Windows, otherwise posix_isatty tells us.
 define('CONSOLE_INTERACTIVE', !function_exists('posix_isatty') || posix_isatty(0));