X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fconsole.php;h=44f3934a1fcff1a8f20b8808230a6642595d4205;hb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;hp=c260ffaa0037cb41dc5942deae59589f5c8526b3;hpb=7a9777df053a9007b5eaa71f5437584065b615a5;p=quix0rs-gnu-social.git diff --git a/scripts/console.php b/scripts/console.php index c260ffaa00..44f3934a1f 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));