From 0284a1af7a3cf253e2f4e329f12f2a31ef480e84 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 9 Jan 2004 17:08:22 +0000 Subject: [PATCH] Se saca el session_start porque el php tiene el autostart. --- sistema/local_lib/prepend.php | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.43.0