14 lines
494 B
PHP
14 lines
494 B
PHP
|
<?php
|
||
|
$GLOBALS['login'] = 'root';
|
||
|
$GLOBALS['hash'] = 'hash';
|
||
|
$GLOBALS['salt'] = 'salt';
|
||
|
$GLOBALS['timezone'] = 'Europe/Paris';
|
||
|
$GLOBALS['title'] = 'BIGBANG';
|
||
|
$GLOBALS['titleLink'] = '?';
|
||
|
$GLOBALS['redirector'] = 'lala';
|
||
|
$GLOBALS['disablesessionprotection'] = false;
|
||
|
$GLOBALS['privateLinkByDefault'] = true;
|
||
|
$GLOBALS['config']['DATADIR'] = 'data';
|
||
|
$GLOBALS['config']['DATASTORE'] = 'data/datastore.php';
|
||
|
$GLOBALS['plugins']['WALLABAG_URL'] = 'ghf';
|
||
|
$GLOBALS['plugins']['WALLABAG_VERSION'] = '1';
|