File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Installer
1717Uninstaller
1818--------------------------------------
1919
20- - Add a function to confirm uninstall.
2120- Add a function to remove ispconfig user
2221
2322Server
Original file line number Diff line number Diff line change 3434
3535error_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
4241echo "\n\n" .str_repeat ('- ' , 80 )."\n" ;
You can’t perform that action at this time.
0 commit comments