SF.net SVN: postfixadmin: [190] trunk/list-virtual.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <Gin...@us...> - 2007-11-04 19:22:55
|
Revision: 190
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=190&view=rev
Author: GingerDog
Date: 2007-11-04 11:22:58 -0800 (Sun, 04 Nov 2007)
Log Message:
-----------
list-virtual.php: remove unnecessary todo
Modified Paths:
--------------
trunk/list-virtual.php
Modified: trunk/list-virtual.php
===================================================================
--- trunk/list-virtual.php 2007-11-04 19:13:42 UTC (rev 189)
+++ trunk/list-virtual.php 2007-11-04 19:22:58 UTC (rev 190)
@@ -64,9 +64,6 @@
if ((is_array ($list_domains) and sizeof ($list_domains) > 0)) if (empty ($fDomain)) $fDomain = $list_domains[0];
-
-if ((is_array ($list_domains) and sizeof ($list_domains) > 0)) if (empty ($fDomain)) $fDomain = $list_domains[1]; # TODO: should never happen?!? ($fDomain should already be filled by the line above)
-
if (!check_owner(authentication_get_username(), $fDomain)) {
# die($PALANG['invalid_parameter']);
header("Location: list-domain.php"); # domain not owned by this admin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|