File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ public function __construct() {
7878 if (defined ('E_DEPRECATED ' )) $ errorReportingLevel &= ~E_DEPRECATED ;
7979 if (defined ('E_NOTICE ' )) $ errorReportingLevel &= ~E_NOTICE ;
8080 @error_reporting ($ errorReportingLevel );
81-
8281
8382 $ wizdamProfiler = new CoreProfiler ();
8483
@@ -87,11 +86,6 @@ public function __construct() {
8786
8887 mt_srand ((int ) ((double ) microtime () * 1000000 ));
8988
90-
91-
92-
93-
94-
9589 if ((bool ) Config::getVar ('debug ' , 'display_errors ' )) {
9690 @ini_set ('display_errors ' , '0 ' );
9791 }
@@ -102,19 +96,7 @@ public function __construct() {
10296
10397 $ request = new Request ();
10498 Registry::set ('request ' , $ request );
105- // ---------------------------
106-
107-
108-
10999
110-
111-
112-
113-
114-
115-
116-
117-
118100 CoreString::init ();
119101 set_error_handler ([$ this , 'errorHandler ' ]);
120102
You can’t perform that action at this time.
0 commit comments