common.php: caps change in headeR

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@142 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent a9aaefdb80
commit 1e5b40c348

@ -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);
}
}

Loading…
Cancel
Save