From: Leandro Lucarella Date: Fri, 9 Jan 2004 17:08:22 +0000 (+0000) Subject: Se saca el session_start porque el php tiene el autostart. X-Git-Tag: svn_import~51 X-Git-Url: https://git.llucax.com/mecon/samurai.git/commitdiff_plain/0284a1af7a3cf253e2f4e329f12f2a31ef480e84 Se saca el session_start porque el php tiene el autostart. --- diff --git a/sistema/local_lib/prepend.php b/sistema/local_lib/prepend.php index 8152b0a..97b93f1 100644 --- a/sistema/local_lib/prepend.php +++ b/sistema/local_lib/prepend.php @@ -13,8 +13,6 @@ require_once 'SAMURAI/constantes.php'; require_once 'MECON/Usuario.php'; -session_start(); - //Realizo la conexion con la base de datos $tmp = new SAMURAI_DB(); $DB =& $tmp->connect();