diff --git a/fpdf/fpdf.php b/fpdf/fpdf.php index 92d7532..6cd42e0 100755 --- a/fpdf/fpdf.php +++ b/fpdf/fpdf.php @@ -1040,8 +1040,8 @@ protected function _dochecks() if(ini_get('mbstring.func_overload') & 2) $this->Error('mbstring overloading must be disabled'); // Ensure runtime magic quotes are disabled - if(get_magic_quotes_runtime()) - @set_magic_quotes_runtime(0); + //if(get_magic_quotes_runtime()) + // @set_magic_quotes_runtime(0); } protected function _checkoutput() diff --git a/new_service_webdns.php b/new_service_webdns.php index bda5711..f929fa4 100755 --- a/new_service_webdns.php +++ b/new_service_webdns.php @@ -442,7 +442,7 @@ class page_action extends tform_actions { $app->uses('sites_ftp_user_plugin'); global $app; //Register for the events. NO FUNCIONA. - $app->plugin->registerEvent('sites:ftp_user:on_after_insert'); + //$app->plugin->registerEvent('sites:ftp_user:on_after_insert'); //LO LANZAMOS DE NUESTRA FUNCION EXTRAIDA Y MODIFICADA DEL PLUGING QUE SE TENDRÍA QUE EJECUTAR PERO NO LO HACE.WHY? $remoto->sites_ftp_user_after_insert();