You don't need to set config options each time, better set them once

pull/408/head
Peter Hoffmann 9 years ago
parent 9d489a5bfa
commit 115188c2d0

@ -5,12 +5,6 @@
# @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'])) {
session_start();
@ -96,4 +90,4 @@ if (!empty($_POST['function'])||!empty($_GET['function'])) {
}
?>
?>

Loading…
Cancel
Save