remove DEBUG
This commit is contained in:
parent
4ec4f99f03
commit
aad2aa232a
1 changed files with 5 additions and 5 deletions
|
|
@ -35,14 +35,14 @@ $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=4444;
|
||||
define ("DEBUG",false);
|
||||
|
||||
|
||||
//$version_phpcompta=SVNINFO;
|
||||
// $version_phpcompta=4444;
|
||||
//define ("DEBUG",false);
|
||||
|
||||
|
||||
$version_phpcompta=SVNINFO;
|
||||
define ("DEBUG",false);
|
||||
|
||||
|
||||
|
||||
define ("DBVERSION",100);
|
||||
define ("DBVERSIONREPO",14);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue