summaryrefslogtreecommitdiffstats
path: root/qooxdoo/source/mtr.cgi
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-04 23:35:35 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-04 23:35:35 +0200
commit18ad1210282362b6ab636ccbd58a86bbf210ac19 (patch)
tree2a6adb04ff68893f29e75e97912c56c6b6f1b38f /qooxdoo/source/mtr.cgi
parent983c2446c51db710e482bdbfd86e0a94723f76d8 (diff)
downloadsmokeping-18ad1210282362b6ab636ccbd58a86bbf210ac19.tar.gz
smokeping-18ad1210282362b6ab636ccbd58a86bbf210ac19.tar.xz
rename Mtr service to Tr service as well
Diffstat (limited to 'qooxdoo/source/mtr.cgi')
-rwxr-xr-xqooxdoo/source/mtr.cgi26
1 files changed, 0 insertions, 26 deletions
diff --git a/qooxdoo/source/mtr.cgi b/qooxdoo/source/mtr.cgi
deleted file mode 100755
index 1cf543c..0000000
--- a/qooxdoo/source/mtr.cgi
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/sepp/bin/perl-5.8.8 -w
-use strict;
-$ENV{PATH}="/usr/pack/mtr-0.72-mo/amd64-debian-linux3.1/sbin";
-use lib qw( perl );
-
-use CGI;
-use CGI::Util qw(expires);
-use CGI::Session;
-use Qooxdoo::JSONRPC;
-
-$Qooxdoo::JSONRPC::debug=1;
-
-# Change this space-separated list of directories to include
-# Qooxdoo::JSONRPC.pm and co-located Services
-
-# If this module can't be found, the previous line is incorrect
-
-# Instantiating the CGI module which parses the HTTP request
-
-my $cgi = new CGI;
-my $session = new CGI::Session;
-
-# You can customise this harness here to handle cases before treating
-# the request as being JSON-RPC
-Qooxdoo::JSONRPC::handle_request ($cgi, $session);
-