You don't need to set config options each time, better set them once
This commit is contained in:
parent
9d489a5bfa
commit
115188c2d0
@ -5,12 +5,6 @@
|
|||||||
# @copyright 2015 by Tobias Reich
|
# @copyright 2015 by Tobias Reich
|
||||||
###
|
###
|
||||||
|
|
||||||
@ini_set('max_execution_time', '200');
|
|
||||||
@ini_set('post_max_size', '200M');
|
|
||||||
@ini_set('upload_max_size', '200M');
|
|
||||||
@ini_set('upload_max_filesize', '20M');
|
|
||||||
@ini_set('max_file_uploads', '100');
|
|
||||||
|
|
||||||
if (!empty($_POST['function'])||!empty($_GET['function'])) {
|
if (!empty($_POST['function'])||!empty($_GET['function'])) {
|
||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
@ -96,4 +90,4 @@ if (!empty($_POST['function'])||!empty($_GET['function'])) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user