[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);
}
- [Noalyss-commit] [noalyss] branch master updated (df8521e -> 83523a1), Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 02/21: cosmetic : size of button, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 01/21: forgotten quote in path Use a variable for an absolute path for performance reason NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 03/21: Add invisible image for menu, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 04/21: remove dead code, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 06/21: Fix bug for dedicated server, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 07/21: Move system parameter to config.inc.php,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 09/21: New logo cosmetic, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 10/21: Task #1151 - Amélioration configuration des menus #1151 show only menu and no printing for dependency, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 05/21: cosmetic, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 08/21: Task #1127 - Ajout évenement depuis tableau de bord ou agenda #1127 add security, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 17/21: translation, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 12/21: code documentation, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 11/21: translation, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 14/21: #1151 Hide or show the detail of a profile or the list of profile, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 13/21: translation, Dany De Bontridder, 2015/08/19
- [Noalyss-commit] [noalyss] 15/21: Task #1151 - Amélioration configuration des menus #1151 Hide or show the detail of a profile or the list of profile, Dany De Bontridder, 2015/08/19