This commit is contained in:
Daniil Gentili 2017-10-04 20:40:58 +03:00
commit a3efc73a0a

View File

@ -14,7 +14,6 @@ set_include_path(get_include_path().':'.realpath(dirname(__FILE__).'/../').':'.r
chdir(dirname(__FILE__).'/../');
require_once 'vendor/autoload.php';
if (!function_exists('readline')) {
function readline($prompt = null)
{