From 1f848385fafef5105966fb3e430f44f111ac5e38 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 11 Mar 2009 20:31:29 +0000 Subject: Tried various combinations of url::redirect(...) or url::redirect(url::file(...)) The only thing that works is this way. --- core/hooks/init_gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/hooks') 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(); } -- cgit v1.2.3