noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 07/21: Move system parameter to config.inc.ph


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/21: Move system parameter to config.inc.php
Date: Wed, 19 Aug 2015 22:59:28 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a04bccd5d5c6d719d078aa7ef01d36107199ed1d
Author: Dany De Bontridder <address@hidden>
Date:   Sat Aug 15 01:07:37 2015 +0200

    Move system parameter to config.inc.php
---
 include/config_file.php |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/config_file.php b/include/config_file.php
index 32b6be3..5e59d93 100644
--- a/include/config_file.php
+++ b/include/config_file.php
@@ -164,6 +164,8 @@ function config_file_create($p_array,$from_setup=1,$p_os=1)
     fputs($hFile,"\r\n");
     fputs($hFile, '// define ("LOGINPUT",TRUE);');
     fputs($hFile,"\r\n");
+    fputs($hFile,"\r\n");
+    fputs($hFile,"\r\n");
     fputs($hFile,' // Do not change below !!!');
     fputs($hFile,"\r\n");
     fputs($hFile,' // These variable are computed but could be changed in ');
@@ -178,6 +180,13 @@ function config_file_create($p_array,$from_setup=1,$p_os=1)
     fputs($hFile,"\r\n");
     fputs($hFile, '// define ("NOALYSS_INCLUDE","")');
     fputs($hFile,"\r\n");
+    fputs($hFile,"\r\n");
+    fputs($hFile,"\r\n");
+     fputs($hFile, "// Uncomment if you don't want "."\r\n");
+     fputs($hFile, "// to be informed when a new release is "."\r\n");
+     fputs($hFile, "// published"."\r\n");
+     fputs($hFile, '// define ("SITE_UPDATE","")'."\r\n");
+     fputs($hFile, '// define ("SITE_UPDATE_PLUGIN","")'."\r\n");
     fputs($hFile,'?>');
     fclose($hFile);
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]