mirror of
https://github.com/friendica/friendica
synced 2025-05-12 10:24:10 +02:00
Remove startup() function
- Enable notice errors
This commit is contained in:
parent
64cea5ce43
commit
28741c8366
2 changed files with 4 additions and 31 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue