SF.net SVN: postfixadmin:[421] trunk/create-alias-domain.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-07-27 19:25:41
|
Revision: 421 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=421&view=rev Author: christian_boltz Date: 2008-07-27 19:25:51 +0000 (Sun, 27 Jul 2008) Log Message: ----------- create-alias-domain.php: - fix syntax error Modified Paths: -------------- trunk/create-alias-domain.php Modified: trunk/create-alias-domain.php =================================================================== --- trunk/create-alias-domain.php 2008-07-27 19:24:09 UTC (rev 420) +++ trunk/create-alias-domain.php 2008-07-27 19:25:51 UTC (rev 421) @@ -33,7 +33,7 @@ authentication_require_role('admin'); -if (!boolconf['alias_domain']) { +if (!boolconf('alias_domain')) { header("Location: " . $CONF['postfix_admin_url'] . "/main.php"); exit; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |