Remove startup() function

- Enable notice errors
This commit is contained in:
Hypolite Petovan 2018-07-02 07:23:47 -04:00
parent 64cea5ce43
commit 28741c8366
2 changed files with 4 additions and 31 deletions

View file

@ -181,7 +181,10 @@ class App
$this->process_id = uniqid('log', true);
startup();
set_time_limit(0);
// This has to be quite large to deal with embedded private photos
ini_set('pcre.backtrack_limit', 500000);
$this->scheme = 'http';