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 @@ -