From 6c6ffd19fb0b2f9a150fd0064597b3d3da9fe1e5 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 30 Jun 2007 07:33:50 +0000 Subject: use ignore_once instead of ignore for requirement checks, or rpc.php will fail because HTML_AJAX get redeclared git-svn-id: file:///var/lib/svn/phpfspot/trunk@136 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index b5d5d35..80c80b1 100644 --- a/rpc.php +++ b/rpc.php @@ -27,14 +27,12 @@ class PHPFSPOT_RPC { public function __construct() { - session_start(); } // __construct() function process_ajax_request() { - require_once 'HTML/AJAX/Server.php'; $server = new HTML_AJAX_Server(); -- cgit v1.2.3-18-g5258