Update of /cvsroot/serverfilters/serversidefilter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8981
Modified Files:
options.php
Log Message:
missed one - removing most reliance on compatibility plugin
Index: options.php
===================================================================
RCS file: /cvsroot/serverfilters/serversidefilter/options.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** options.php 17 Jun 2005 02:53:44 -0000 1.2
--- options.php 17 Jun 2005 06:17:28 -0000 1.3
***************
*** 54,58 ****
// get global variables for versions of PHP < 4.1
//
! if (!compatibility_check_php_version(4, 1)) {
global $HTTP_COOKIE_VARS, $HTTP_POST_VARS;
$_COOKIE = $HTTP_COOKIE_VARS;
--- 54,58 ----
// get global variables for versions of PHP < 4.1
//
! if (!check_php_version(4, 1)) {
global $HTTP_COOKIE_VARS, $HTTP_POST_VARS;
$_COOKIE = $HTTP_COOKIE_VARS;
|