From 35f02f3eb968c1e35c596fa6c7edda6663d09c33 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Nov 2013 01:51:30 -0700 Subject: [PATCH] Fix todo and uninstall error --- TODO.txt | 1 - install/uninstall.php | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO.txt b/TODO.txt index d1a7678e3b..9902ef3332 100644 --- a/TODO.txt +++ b/TODO.txt @@ -17,7 +17,6 @@ Installer Uninstaller -------------------------------------- -- Add a function to confirm uninstall. - Add a function to remove ispconfig user Server diff --git a/install/uninstall.php b/install/uninstall.php index a53309b0a2..9ac118d1c2 100644 --- a/install/uninstall.php +++ b/install/uninstall.php @@ -34,9 +34,8 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. error_reporting(E_ALL|E_STRICT); -// This isnt needed until we decide to remove the ispconfig user from the database -//require_once "/usr/local/ispconfig/server/lib/config.inc.php"; -//require_once "/usr/local/ispconfig/server/lib/app.inc.php"; +require_once "/usr/local/ispconfig/server/lib/config.inc.php"; +require_once "/usr/local/ispconfig/server/lib/app.inc.php"; //** The banner on the command line echo "\n\n".str_repeat('-', 80)."\n"; -- GitLab