From: José M. M. <ri...@us...> - 2004-08-19 17:00:48
|
Update of /cvsroot/openbash-org/openbash-org In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11097 Modified Files: config.php Log Message: - Quitado el session_start() del config.php Index: config.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/config.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** config.php 13 Aug 2004 17:48:05 -0000 1.12 --- config.php 19 Aug 2004 17:00:36 -0000 1.13 *************** *** 19,22 **** $bd->Debug = True; - session_start(); ?> --- 19,21 ---- |