little fixes
This commit is contained in:
parent
131d133af1
commit
dcb536d38e
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$GLOBALS['appconf']['users_hash_secret'] = 'change me to a stronger secret here';
|
$GLOBALS['appconf']['users_hash_secret'] = 'change me to a stronger secret here';
|
||||||
$GLOBALS['appconf']['users'] = [];
|
$GLOBALS['appconf']['users'] = [];
|
||||||
$users = explode("\n", <<<EOSU
|
$users = explode("\n", <<<EOSU
|
||||||
#start_users
|
#start_users
|
||||||
|
|
Loading…
Reference in New Issue