SF.net SVN: postfixadmin: [142] trunk/common.php
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2007-10-09 16:19:40
|
Revision: 142 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=142&view=rev Author: GingerDog Date: 2007-10-09 09:19:41 -0700 (Tue, 09 Oct 2007) Log Message: ----------- common.php: caps change in headeR Modified Paths: -------------- trunk/common.php Modified: trunk/common.php =================================================================== --- trunk/common.php 2007-10-07 23:24:14 UTC (rev 141) +++ trunk/common.php 2007-10-09 16:19:41 UTC (rev 142) @@ -29,7 +29,7 @@ require_once("$incpath/config.inc.php"); if(isset($CONF['configured'])) { if($CONF['configured'] == FALSE) { - headeR("Location: setup.php"); + header("Location: setup.php"); exit(0); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |