[vhffs-dev] [879] fixes vhffs-moderate (well, no one use vhffs-tools) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 879
Author: gradator
Date: 2007-09-08 19:36:37 +0000 (Sat, 08 Sep 2007)
Log Message:
-----------
fixes vhffs-moderate (well, no one use vhffs-tools)
Modified Paths:
--------------
trunk/vhffs-tools/src/vhffs-moderate
Modified: trunk/vhffs-tools/src/vhffs-moderate
===================================================================
--- trunk/vhffs-tools/src/vhffs-moderate 2007-09-08 19:05:03 UTC (rev 878)
+++ trunk/vhffs-tools/src/vhffs-moderate 2007-09-08 19:36:37 UTC (rev 879)
@@ -10,7 +10,7 @@
use Vhffs::User;
use Vhffs::Group;
use Vhffs::Main;
-use Vhffs::Services::Httpd;
+use Vhffs::Services::Web;
use Vhffs::Acl;
use Vhffs::Constants;
use Vhffs::Note;
@@ -61,9 +61,9 @@
if( $vhffs->get_config->get_service_availability('web') == 1 )
{
#Treat Website to moderate
- use Vhffs::Services::Httpd;
+ use Vhffs::Services::Web;
print "Webarea to validate: \n";
- my $webs = Vhffs::Services::Httpd::getall( $vhffs , Vhffs::Constants::WAITING_FOR_VALIDATION);
+ my $webs = Vhffs::Services::Web::getall( $vhffs , Vhffs::Constants::WAITING_FOR_VALIDATION);
if( defined $webs )
{