This website requires JavaScript.
Explore
Help
Sign In
nobigtech
/
soselo
Watch
1
Star
0
Fork
You've already forked soselo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dd92256817
soselo
/
config
/
application.php.example
6 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2022-11-21 22:56:44 +00:00
<?php
Change data system to save stuff in /var/tmp (configurable later)
2022-11-22 14:25:59 +00:00
Add API for getting pending users + API base modifications
2022-11-27 20:18:56 +00:00
$GLOBALS['appconf'] = [
Change data system to save stuff in /var/tmp (configurable later)
2022-11-22 14:25:59 +00:00
'data_dir' => '/var/tmp/apub-ctpanel',
];