diff --git a/TODO.txt b/TODO.txt
index d1a7678e3b54de75cda5336a6f95b087d46f8361..9902ef333253e69205872e2e43233eedfd37305e 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 a53309b0a29d5f33fa809044a59a1bd43de54152..9ac118d1c210eec61c506cdecdc71fa4874ba03d 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";