aboutsummaryrefslogtreecommitdiffstats
path: root/server.pl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 20:12:34 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-01 21:03:20 +0200
commitec2ed6c255ca97f39d4a58071f8558744bd9958d (patch)
treef8e248356f6b8ec8600cf485716aedcf9dba992f /server.pl
parent79344b1efee7e914b8d23bd0dfd92664cf698c11 (diff)
cgi-bin
Diffstat (limited to 'server.pl')
-rwxr-xr-xserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.pl b/server.pl
index bc76168..3a1ac83 100755
--- a/server.pl
+++ b/server.pl
@@ -17,7 +17,7 @@ my $server = CGI::Application::Server->new();
#);
$server->entry_points({
- '/index.cgi' => #$panel
+ '/cgi-bin' => #$panel
'FPanel::Interface'
});
$server->run();