summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.php b/admin.php
index f8373623f..040fc33ea 100644
--- a/admin.php
+++ b/admin.php
@@ -34,7 +34,7 @@ function admin_page($mod) {
module_iterate("module");
?>
- <HR><?php echo $menu; ?><A HREF="">home</A><HR>
+ <HR><?php echo $menu; ?><A HREF="index.php">home</A><HR>
<?php
if (user_access($user, $mod)) module_execute($mod, "admin");