From e26f435c2e411c5eb1a6b2a2b0cf3451de2adf73 Mon Sep 17 00:00:00 2001 From: Art4 Date: Mon, 18 Nov 2024 07:32:01 +0000 Subject: [PATCH] Remove set_include_path() call --- src/App.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/App.php b/src/App.php index a39f33f41c..cb46b19240 100644 --- a/src/App.php +++ b/src/App.php @@ -314,13 +314,6 @@ class App implements AppHelper // Ensure that all "strtotime" operations do run timezone independent date_default_timezone_set('UTC'); - set_include_path( - get_include_path() . PATH_SEPARATOR - . $this->appHelper->getBasePath() . DIRECTORY_SEPARATOR . 'include' . PATH_SEPARATOR - . $this->appHelper->getBasePath() . DIRECTORY_SEPARATOR . 'library' . PATH_SEPARATOR - . $this->appHelper->getBasePath() - ); - $this->profiler->reset(); if ($this->mode->has(Mode::DBAVAILABLE)) {