- added missing language-string for installation

- show a nicer "you have to configure Froxlor first"-message
This commit is contained in:
Michael Kaufmann (d00p)
2010-02-14 14:21:37 +00:00
parent 432f555e37
commit 74e3ed0a1f
2 changed files with 5 additions and 1 deletions

View File

@@ -49,7 +49,8 @@ $filename = basename($_SERVER['PHP_SELF']);
if(!file_exists('./lib/userdata.inc.php'))
{
die('You have to <a href="./install/install.php">configure</a> Froxlor first!');
$config_hint = file_get_contents('./templates/misc/configurehint.tpl');
die($config_hint);
}
if(!is_readable('./lib/userdata.inc.php'))