Thomas Bruederli
2015-12-23 772e08fa2a7211e68aa6179811cf82ac124c9bf2
bin/deluser.sh
@@ -20,7 +20,7 @@
 +-----------------------------------------------------------------------+
*/
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/' );
require_once INSTALL_PATH . 'program/include/clisetup.php';