Fixes here and there

This commit is contained in:
Michał Gdula 2022-09-10 08:37:01 +00:00
parent eeb79ec53c
commit 951871b983
5 changed files with 10 additions and 3 deletions

View file

@ -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 {