We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63b399 commit 35f02f3Copy full SHA for 35f02f3
2 files changed
TODO.txt
@@ -17,7 +17,6 @@ Installer
17
Uninstaller
18
--------------------------------------
19
20
-- Add a function to confirm uninstall.
21
- Add a function to remove ispconfig user
22
23
Server
install/uninstall.php
@@ -34,9 +34,8 @@
34
35
error_reporting(E_ALL|E_STRICT);
36
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";
+require_once "/usr/local/ispconfig/server/lib/config.inc.php";
+require_once "/usr/local/ispconfig/server/lib/app.inc.php";
40
41
//** The banner on the command line
42
echo "\n\n".str_repeat('-', 80)."\n";
0 commit comments