Author: danydb
Date: 2013-05-22 17:15:20 +0200 (Wed, 22 May 2013)
New Revision: 5301

Modified:
   phpcompta/trunk/include/constant.php
Log:
correct constant.php

Modified: phpcompta/trunk/include/constant.php
===================================================================
--- phpcompta/trunk/include/constant.php        2013-05-21 22:07:29 UTC (rev 
5300)
+++ phpcompta/trunk/include/constant.php        2013-05-22 15:15:20 UTC (rev 
5301)
@@ -47,7 +47,7 @@
 ini_set ('memory_limit','20M');
 ini_set ('default_charset',"UTF-8");
 @ini_set ('session.use_trans_sid','on');
-       @session_start();
+@session_start();
 
 /*
  * Ini session
@@ -61,9 +61,9 @@
 $g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
 /*set to none for production */
 /* uncomment for production */
-define ('SVNINFO',5900);
+// define ('SVNINFO',5900);
 $version_phpcompta=SVNINFO;
-define ("DEBUG",true);
+define ("DEBUG",false);
 /* define ('SVNINFO',5015);
  * $version_phpcompta=SVNINFO;
  * define ("DEBUG",true);



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to