mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-12 13:13:12 +00:00
Fixing conf file writing and upload settings errors
This commit is contained in:
parent
86bba69f81
commit
45b79c9c33
6 changed files with 50 additions and 32 deletions
|
@ -19,4 +19,5 @@ if (is_file(__DIR__."/../usr/conf/msg.json")) {
|
|||
$user_welcome = $user_welcome['welcome'];
|
||||
}
|
||||
|
||||
$web_info = json_decode(file_get_contents(__DIR__."/gallery.json"), true);
|
||||
$web_info = json_decode(file_get_contents(__DIR__."/gallery.json"), true);
|
||||
$upload_conf = $user_settings['upload'];
|
Loading…
Add table
Add a link
Reference in a new issue