]> git.mxchange.org Git - friendica.git/commitdiff
Remove set_include_path() call
authorArt4 <art4@wlabs.de>
Mon, 18 Nov 2024 07:32:01 +0000 (07:32 +0000)
committerArt4 <art4@wlabs.de>
Mon, 18 Nov 2024 07:32:01 +0000 (07:32 +0000)
src/App.php

index a39f33f41c30de5758c0282826232bdea80c1f0b..cb46b19240987ec4d4e39588619053226e956821 100644 (file)
@@ -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)) {