mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-11 12:53:12 +00:00
Moving to conf.json from manifest.json
This commit is contained in:
parent
3b24876900
commit
b3dbc2cb65
11 changed files with 113 additions and 119 deletions
|
@ -5,8 +5,8 @@ require_once dirname(__DIR__)."/app/conn.php";
|
|||
require_once dirname(__DIR__)."/app/app.php";
|
||||
require_once dirname(__DIR__)."/app/settings.php";
|
||||
|
||||
ini_set('post_max_size', $upload_conf['max_filesize']."M");
|
||||
ini_set('upload_max_filesize', ($upload_conf['upload_max'] + 1)."M");
|
||||
ini_set('post_max_size', $upload_conf['max_filesize']);
|
||||
ini_set('upload_max_filesize', $upload_conf['max_filesize']);
|
||||
|
||||
if ($user_settings['is_testing']) {
|
||||
ini_set('display_errors', 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue