Skip to content
Snippets Groups Projects
Commit 35f02f3e authored by unknown's avatar unknown
Browse files

Fix todo and uninstall error

parent c63b399f
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ Installer ...@@ -17,7 +17,6 @@ Installer
Uninstaller Uninstaller
-------------------------------------- --------------------------------------
- Add a function to confirm uninstall.
- Add a function to remove ispconfig user - Add a function to remove ispconfig user
Server Server
......
...@@ -34,9 +34,8 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ...@@ -34,9 +34,8 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
error_reporting(E_ALL|E_STRICT); 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/config.inc.php"; require_once "/usr/local/ispconfig/server/lib/app.inc.php";
//require_once "/usr/local/ispconfig/server/lib/app.inc.php";
//** The banner on the command line //** The banner on the command line
echo "\n\n".str_repeat('-', 80)."\n"; echo "\n\n".str_repeat('-', 80)."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment