Remove obsolete file + debug
This commit is contained in:
parent
d9a929ee69
commit
cffdaf14b9
2 changed files with 6 additions and 145 deletions
|
|
@ -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\">✖</span>";
|
|||
$g_succeed="<span style=\"font-size:18px;color:green\">✓</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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue