mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 14:53:12 +00:00
Fixes here and there
This commit is contained in:
parent
eeb79ec53c
commit
951871b983
5 changed files with 10 additions and 3 deletions
|
@ -18,6 +18,9 @@ if ($debug["testing"]) {
|
|||
<?php
|
||||
}
|
||||
|
||||
ini_set('post_max_size', '20M');
|
||||
ini_set('upload_max_filesize', '20M');
|
||||
|
||||
if (is_file("index.php")) {
|
||||
$root_dir = "";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue