X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fconsole.php;h=910c663b016141fed6cd44c3b3da17e801576b87;hb=e2d85a39e7f82ceef2cb2fe66a3a9a62ac9a363e;hp=692cedf8d1e7396a267ea618cd1d89f7955d55c6;hpb=1d85fd35a2330a430e91a8b67b832bc2a23130d4;p=quix0rs-gnu-social.git diff --git a/scripts/console.php b/scripts/console.php index 692cedf8d1..910c663b01 100755 --- a/scripts/console.php +++ b/scripts/console.php @@ -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));