From 74783005860524bbdf1be4fe0ec2924e650c1652 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 30 Jan 2008 17:02:27 +0000 Subject: updated ... working --- qooxdoo/source/jsonrpc.cgi | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 qooxdoo/source/jsonrpc.cgi (limited to 'qooxdoo/source/jsonrpc.cgi') diff --git a/qooxdoo/source/jsonrpc.cgi b/qooxdoo/source/jsonrpc.cgi deleted file mode 100755 index 372273d..0000000 --- a/qooxdoo/source/jsonrpc.cgi +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/sepp/bin/perl-5.8.8 -w -use strict; -use lib qw( perl ); - -use CGI; -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); - - -- cgit v1.2.3-24-g4f1b