Remove obsolete file + debug

This commit is contained in:
Dany De Bontridder 2012-06-29 19:53:42 +00:00
parent d9a929ee69
commit cffdaf14b9
2 changed files with 6 additions and 145 deletions

View file

@ -27,7 +27,7 @@ require_once ('config.inc.php');
require_once('constant.security.php');
// SVNVERSION
global $version_phpcompta;
define ('SVNINFO',5015);
global $g_captcha,$g_failed,$g_succeed;
$g_captcha=false;
@ -35,11 +35,12 @@ $g_failed="<span style=\"font-size:18px;color:red\">&#x2716;</span>";
$g_succeed="<span style=\"font-size:18px;color:green\">&#x2713;</span>";
/*set to none for production */
/* uncomment for production */
//$version_phpcompta=SVNINFO;
//define ("DEBUG",true);
$version_phpcompta=SVNINFO;
define ("DEBUG",true);
define ("DEBUG",false);
/* define ('SVNINFO',5015);
* $version_phpcompta=SVNINFO;
* define ("DEBUG",true);
*/
// If you don't want to be notified of the update
// define ("SITE_UPDATE",'');
define ("SITE_UPDATE",'http://www.phpcompta.eu/last_version.txt');