gui: move config-site.php to $sysconfdir/piler directory

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2017-10-29 11:01:39 +01:00
parent 0232f3cb81
commit 2cc0dd65fc
3 changed files with 6 additions and 33 deletions

View File

@ -318,7 +318,7 @@ define('NOW', time());
* normally you don't have to change anything below
*/
require_once 'config-site.php';
require_once '@sysconfdir@/piler/config-site.php';
ini_set('session.cookie_lifetime', $config['SESSION_EXPIRY']);