From: Adam Magness Date: Thu, 16 Nov 2017 18:05:41 +0000 (-0500) Subject: BaseObject moved to src/Core X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a1de47513627611ed64921cb1c59b57c2e41d42;p=friendica.git BaseObject moved to src/Core BaseObject moved to Friendica\Core namespace. References and function calls updated. --- diff --git a/index.php b/index.php index 5915498904..c31b1adc0f 100644 --- a/index.php +++ b/index.php @@ -1,26 +1,21 @@ backend = false; /** - * * Load the configuration file which contains our DB credentials. * Ignore errors. If the file doesn't exist or is empty, we are running in * installation mode. - * */ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false : true); diff --git a/object/BaseObject.php b/object/BaseObject.php deleted file mode 100644 index 15c7d8dc65..0000000000 --- a/object/BaseObject.php +++ /dev/null @@ -1,35 +0,0 @@ -