diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 07:33:50 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 07:33:50 +0000 |
commit | 6c6ffd19fb0b2f9a150fd0064597b3d3da9fe1e5 (patch) | |
tree | fc88b9162eb6537bea8e976626c150fd2832ec17 /rpc.php | |
parent | f805e292a7f3048bd0c7305b0bc4d92ad90d3407 (diff) |
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
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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(); |