aboutsummaryrefslogtreecommitdiffstats
path: root/index.cgi
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 /index.cgi
parent79344b1efee7e914b8d23bd0dfd92664cf698c11 (diff)
cgi-bin
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi18
1 files changed, 0 insertions, 18 deletions
diff --git a/index.cgi b/index.cgi
deleted file mode 100755
index 9ac0e6e..0000000
--- a/index.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-use utf8;
-
-use lib 'lib';
-use FPanel::Interface;
-# TODO: Try out Fast CGI
-#use CGI::Fast();
-#
-#while (my $q = new CGI::Fast){
-# my $app = new WebApp(QUERY => $q);
-# $app->run();
-#}
-
-my $cgi = FPanel::Interface->new();
-$cgi->run();