unknown
2013-11-22 35f02f3eb968c1e35c596fa6c7edda6663d09c33
Fix todo and uninstall error
2 files modified
6 ■■■■■ changed files
TODO.txt 1 ●●●● patch | view | raw | blame | history
install/uninstall.php 5 ●●●●● patch | view | raw | blame | history
TODO.txt
@@ -17,7 +17,6 @@
Uninstaller
--------------------------------------
- Add a function to confirm uninstall.
- Add a function to remove ispconfig user
Server
install/uninstall.php
@@ -34,9 +34,8 @@
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";