Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv20610
Modified Files:
CustomerMan.pm
Log Message:
removing the addVhostProcess from ControlPanel. This is now in ISPMan::UserMan and was responsible for creating that noProcess process
Index: CustomerMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/CustomerMan.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CustomerMan.pm 13 Jan 2004 14:22:42 -0000 1.25
+++ CustomerMan.pm 14 Jan 2004 02:07:46 -0000 1.26
@@ -180,7 +180,9 @@
if ($self->{'ispman'}->addVhost($r, 1)){
$message.= "Virtual host $vhost.$domain scheduled for creation<br>It will be activated in a few minutes.<br>";
$message.= "Once it is activated you can put files for this domain in the directory /vhosts/$vhost by ftp<br>";
- $self->addVhostProcess($r->param("ispmanDomain"), $r->param("cn"), "ModifyVirtualHost", $r->param("cn"));
+ # Atif. 2004/01/13
+ # This is not any more required as addVhost already takes care of adding the process
+ # $self->addVhostProcess($r->param("ispmanDomain"), $r->param("cn"), "ModifyVirtualHost", $r->param("cn"));
$r->param("message", $message);
$self->displayVhosts();
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
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.