X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/0ef0677af2bf0524273dc9867fad510a84e61099..bf3397e09f20d6ee9ea3bfeec51e56f24118aae9:/sistema/www/index.php diff --git a/sistema/www/index.php b/sistema/www/index.php index 438f132..090c6fb 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -33,8 +33,8 @@ prepend_include_path('/var/www/sistemas/ai/sistema/local_lib'); // Debug. {{{ require_once 'PEAR.php'; -#PEAR::setErrorHandling(PEAR_ERROR_TRIGGER); -PEAR::setErrorHandling(PEAR_ERROR_RETURN); +PEAR::setErrorHandling(PEAR_ERROR_TRIGGER); +#PEAR::setErrorHandling(PEAR_ERROR_RETURN); // }}} // Creo el Marco. {{{ @@ -42,7 +42,7 @@ require_once 'MECON/Marco.php'; $marco = new Marco('../conf/Marco.php'); // }}} -// Averiguo si estoy administrando algĂșn tipo de objeto. XXX - desafear {{{ +// Averiguo si estoy administrando algĂșn tipo de objeto. {{{ $tipo = null; if (@$_SERVER['PATH_INFO']) { $tmp = ltrim($_SERVER['PATH_INFO'], '/');