update constant.php
This commit is contained in:
parent
20f0c3fe13
commit
016adfba57
1 changed files with 3 additions and 3 deletions
|
|
@ -60,9 +60,9 @@ $g_captcha=false;
|
|||
$g_failed="<span style=\"font-size:18px;color:red\">✖</span>";
|
||||
$g_succeed="<span style=\"font-size:18px;color:green\">✓</span>";
|
||||
/* uncomment for development */
|
||||
define ('SVNINFO',5900);
|
||||
define ("DEBUG",true);
|
||||
//define ("DEBUG",false);
|
||||
// define ('SVNINFO',5900);
|
||||
// define ("DEBUG",true);
|
||||
define ("DEBUG",false);
|
||||
|
||||
$version_phpcompta=SVNINFO;
|
||||
// If you don't want to be notified of the update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue