ispman/lib/ISPMan ApacheMan.pm,1.69,1.70

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16400/lib/ISPMan

Modified Files:
	ApacheMan.pm 
Log Message:
removed old ispmanVhostServerAlias code

Index: ApacheMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/ApacheMan.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- ApacheMan.pm	5 Jun 2004 13:50:41 -0000	1.69
+++ ApacheMan.pm	6 Jun 2004 09:08:36 -0000	1.70
@@ -201,20 +201,10 @@
     my $domain      = $r->param("ispmanDomain");
     my $domain_info = $self->getDomainInfo($domain);
 
-    if ( $r->param("ispmanVhostServerAlias") ) {
-        my $serveralias =
-          [ split( /\s\s*/, $r->param("ispmanVhostServerAlias") ) ];
-        $r->param( "ispmanVhostServerAlias", $serveralias ) if $serveralias;
-    }
-    else {
-        $r->param( "ispmanVhostServerAlias", " " );
-    }
-
     my $data = {};
 
     for (
-        qw(ispmanVhostServerAlias ispmanVhostIpAddress
-        ispmanVhostDocumentRoot ispmanVhostScriptDir
+        qw(ispmanVhostIpAddress ispmanVhostDocumentRoot ispmanVhostScriptDir
         FTPQuotaMBytes FTPStatus ispmanVhostStats ispmanVhostLogdir
         ispmanVhostStatdir)
       )
@@ -371,16 +361,6 @@
         $r->param( "ispmanVhostScriptDirOption", @selected_options );
     }
 
-    # seperate alias entry
-    if ( $r->param("ispmanVhostServerAlias") ) {
-        my $serveralias =
-          [ split( /\s\s*/, $r->param("ispmanVhostServerAlias") ) ];
-        $r->param( "ispmanVhostServerAlias", $serveralias ) if $serveralias;
-    }
-    else {
-        $r->param( "ispmanVhostServerAlias", " " );
-    }
-
     # prepare DIT for new vhost DN
     $self->prepareBranchForDN( $self->getVhostsBranchDN($domain) );
 



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.