Update default file

This commit is contained in:
Dany De Bontridder 2015-11-22 17:52:27 +01:00
parent 43e561d673
commit aeb4326424
2 changed files with 4 additions and 1 deletions

View file

@ -23,7 +23,6 @@
/*!\file
* \brief user setting
*/
<?php
date_default_timezone_set ('Europe/Brussels');
$_ENV['TMP']='/tmp';
define("PG_PATH","/usr/bin");
@ -60,3 +59,5 @@ define ("dbname","");
// define ("SITE_UPDATE_PLUGIN","");
// To allow to access the Info system
// define ("SYSINFO_DISPLAY",true);
// For developpement
// define ("NOALYSS_VERSION",9999);

View file

@ -197,6 +197,8 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
print ( '// define ("SITE_UPDATE_PLUGIN","");'."\r\n");
print ( '// To allow to access the Info system'."\r\n");
print ( '// define ("SYSINFO_DISPLAY",true);'."\r\n");
print ( '// For developpement'."\r\n");
print ( '// define ("NOALYSS_VERSION",9999);'."\r\n");
}
/*!\brief create the config file
*/