]>
Commit | Line | Data |
---|---|---|
067c2dd8 | 1 | <?php |
684e662a A |
2 | $GLOBALS['login'] = 'root'; |
3 | $GLOBALS['hash'] = 'hash'; | |
4 | $GLOBALS['salt'] = 'salt'; | |
5 | $GLOBALS['timezone'] = 'Europe/Paris'; | |
6 | $GLOBALS['title'] = 'title'; | |
7 | $GLOBALS['titleLink'] = 'titleLink'; | |
8 | $GLOBALS['redirector'] = 'lala'; | |
9 | $GLOBALS['disablesessionprotection'] = false; | |
10 | $GLOBALS['privateLinkByDefault'] = false; | |
bcf056c9 | 11 | $GLOBALS['config']['DATADIR'] = 'tests/updater'; |
684e662a A |
12 | $GLOBALS['config']['PAGECACHE'] = 'sandbox/pagecache'; |
13 | $GLOBALS['config']['DATASTORE'] = 'data/datastore.php'; | |
14 | $GLOBALS['plugins']['WALLABAG_VERSION'] = '1'; |