tbrehm
2008-04-22 0c0d284f099e09410d0998c092e03b8d1f207416
install/install.php
@@ -81,6 +81,10 @@
    die("ERROR: Cannot write to the directory ".dirname(ISPC_LOG_FILE).". Are you root or sudo ?\n\n");
}
if(is_dir('/root/ispconfig') || is_dir('/home/admispconfig')) {
   die('This software can not be installed on a server wich runs ISPConfig 2.x.');
}
//** Select the language
$conf['language'] = $inst->simple_query('Select language', array('en','de'), 'en');