From 1e5b40c348a322eb4da88b612295a2fb3be1e13b Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 9 Oct 2007 16:19:41 +0000 Subject: [PATCH] common.php: caps change in headeR git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@142 a1433add-5e2c-0410-b055-b7f2511e0802 --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index a43dd29f..9a8f2231 100644 --- a/common.php +++ b/common.php @@ -29,7 +29,7 @@ if(!is_file("$incpath/config.inc.php")) { require_once("$incpath/config.inc.php"); if(isset($CONF['configured'])) { if($CONF['configured'] == FALSE) { - headeR("Location: setup.php"); + header("Location: setup.php"); exit(0); } }