aboutsummaryrefslogtreecommitdiffstats
path: root/server.pl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 21:01:45 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-09 21:01:45 +0200
commitec17f0ce71a233025768a54b4a1beae34e2b8a45 (patch)
treeb19780f706ae5d228322b3f601c30dbf84e08bf6 /server.pl
parent740b76159edede54d04100b3168e43975c34b5e0 (diff)
lib/FPanel/ → lib/Fripost/Panel/
Diffstat (limited to 'server.pl')
-rwxr-xr-xserver.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/server.pl b/server.pl
index dc65539..838c7a9 100755
--- a/server.pl
+++ b/server.pl
@@ -6,12 +6,12 @@ use utf8;
use MyServer;
use lib 'lib';
-use FPanel::Interface;
+use Fripost::Panel::Interface;
my $server = MyServer->new();
$server->entry_points({
- '/cgi-bin' => 'FPanel::Interface'
+ '/cgi-bin' => 'Fripost::Panel::Interface'
});
my @config = 'default.in';