correct constant.php
This commit is contained in:
parent
8812b2b1f5
commit
896de55a31
1 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ ini_set ('max_execution_time',240);
|
|||
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_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 */
|
||||
define ('SVNINFO',5900);
|
||||
// define ('SVNINFO',5900);
|
||||
$version_phpcompta=SVNINFO;
|
||||
define ("DEBUG",true);
|
||||
define ("DEBUG",false);
|
||||
/* define ('SVNINFO',5015);
|
||||
* $version_phpcompta=SVNINFO;
|
||||
* define ("DEBUG",true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue