diff options
Diffstat (limited to 'framework/3rdParty/PhpShell/php-shell-init.php')
-rw-r--r-- | framework/3rdParty/PhpShell/php-shell-init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/3rdParty/PhpShell/php-shell-init.php b/framework/3rdParty/PhpShell/php-shell-init.php index e8da5a7d..20c6af75 100644 --- a/framework/3rdParty/PhpShell/php-shell-init.php +++ b/framework/3rdParty/PhpShell/php-shell-init.php @@ -69,7 +69,7 @@ function __shell_default_error_handler($errno, $errstr, $errfile, $errline, $err throw new Exception(sprintf("%s:%d\r\n%s", $errfile, $errline, $errstr));
}
-set_error_handler("__shell_default_error_handler");
+//set_error_handler("__shell_default_error_handler");
$__shell = new PHP_Shell();
$__shell_exts = PHP_Shell_Extensions::getInstance();
|