summaryrefslogtreecommitdiffstats
path: root/admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/index.php')
-rwxr-xr-xadmin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index 43cd5af..b16ed04 100755
--- a/admin/index.php
+++ b/admin/index.php
@@ -10,7 +10,7 @@ if (is_file($config_file)) {
$conf = Spyc::YAMLLoad($config_file);
$PlanetConfig = new PlanetConfig($conf);
} else {
- die('Config file (custom/config.yml) is missing.');
+ die('<p>' . _g('You might want to <a href="../install.php">install moonmoon</a>.') . '</p>');
}
//Instantiate app