Skip to content

Commit 35f02f3

Browse files
unknownunknown
authored andcommitted
Fix todo and uninstall error
1 parent c63b399 commit 35f02f3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

TODO.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Installer
1717
Uninstaller
1818
--------------------------------------
1919

20-
- Add a function to confirm uninstall.
2120
- Add a function to remove ispconfig user
2221

2322
Server

install/uninstall.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434

3535
error_reporting(E_ALL|E_STRICT);
3636

37-
// This isnt needed until we decide to remove the ispconfig user from the database
38-
//require_once "/usr/local/ispconfig/server/lib/config.inc.php";
39-
//require_once "/usr/local/ispconfig/server/lib/app.inc.php";
37+
require_once "/usr/local/ispconfig/server/lib/config.inc.php";
38+
require_once "/usr/local/ispconfig/server/lib/app.inc.php";
4039

4140
//** The banner on the command line
4241
echo "\n\n".str_repeat('-', 80)."\n";

0 commit comments

Comments
 (0)