summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/hooks/init_gallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hooks/init_gallery.php b/core/hooks/init_gallery.php
index 56c19f04..4341b9c3 100644
--- a/core/hooks/init_gallery.php
+++ b/core/hooks/init_gallery.php
@@ -19,7 +19,7 @@
*/
if (!file_exists(VARPATH . "database.php")) {
- header("Location: ../installer");
+ header("Location: installer");
exit();
}