mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
gui: move config-site.php to $sysconfdir/piler directory
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -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']);
|
||||
|
Reference in New Issue
Block a user