15 lines
557 B
PHP
15 lines
557 B
PHP
<?php
|
|
$GLOBALS['login'] = 'login';
|
|
$GLOBALS['hash'] = 'hash';
|
|
$GLOBALS['salt'] = 'salt';
|
|
$GLOBALS['timezone'] = 'Europe/Paris';
|
|
$GLOBALS['title'] = 'title';
|
|
$GLOBALS['titleLink'] = 'titleLink';
|
|
$GLOBALS['redirector'] = '';
|
|
$GLOBALS['disablesessionprotection'] = false;
|
|
$GLOBALS['privateLinkByDefault'] = false;
|
|
$GLOBALS['config']['DATADIR'] = 'tests/Updater';
|
|
$GLOBALS['config']['PAGECACHE'] = 'sandbox/pagecache';
|
|
$GLOBALS['config']['config1'] = 'config1data';
|
|
$GLOBALS['config']['config2'] = 'config2data';
|
|
$GLOBALS['plugins']['WALLABAG_VERSION'] = '2';
|