diff --git a/index.php b/index.php index 6578944..26cfc93 100644 --- a/index.php +++ b/index.php @@ -12,5 +12,5 @@ if (!$nwnadmin_configured) { Horde_Test::configFilesMissing('NWNAdmin', NWNADMIN_BASE, array('conf.php')); } else { - header('Location: ./start.php'); -} \ No newline at end of file + require NWNADMIN_BASE . '/start.php'; +} diff --git a/start.php b/start.php index c441d08..f2c970f 100644 --- a/start.php +++ b/start.php @@ -12,7 +12,7 @@ $wait = false; // no regular users allowed on this page if (!Auth::isAdmin('nwnadmin:admin')) { - header('Location: ' . Horde::applicationUrl('server.php')); + header('Location: ./server.php'); } // hack the page if the server is not configured @@ -92,4 +92,4 @@ if ($rawResult) { } // finish up the page -require_once $registry->get('templates', 'horde') . '/common-footer.inc'; \ No newline at end of file +require_once $registry->get('templates', 'horde') . '/common-footer.inc'; diff --git a/templates/menu.inc b/templates/menu.inc index 3241fac..183eaac 100644 --- a/templates/menu.inc +++ b/templates/menu.inc @@ -1,5 +1,5 @@ - +
notify(array('listeners' => 'status')) ?> diff --git a/themes/graphics/banner.png b/themes/graphics/banner.png new file mode 100644 index 0000000..788f61b Binary files /dev/null and b/themes/graphics/banner.png differ