diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/hooks/init_gallery.php | 2 |
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(); } |