[pLog-svn] r1001 - plog/trunk/class/net/http/phpsniff

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Feb 8 15:03:24 GMT 2005


Author: ork
Date: 2005-02-08 15:03:24 +0000 (Tue, 08 Feb 2005)
New Revision: 1001

Modified:
   plog/trunk/class/net/http/phpsniff/phpSniff.core.php
Log:
added xmlhttpreq in _feature_set array


Modified: plog/trunk/class/net/http/phpsniff/phpSniff.core.php
===================================================================
--- plog/trunk/class/net/http/phpsniff/phpSniff.core.php	2005-02-08 14:53:36 UTC (rev 1000)
+++ plog/trunk/class/net/http/phpsniff/phpSniff.core.php	2005-02-08 15:03:24 UTC (rev 1001)
@@ -55,7 +55,8 @@
 		'xml'		 =>	false,
 		'dom'		 =>	false,
 		'wml'		 =>	false,
-		'hdml'		 =>	false
+		'hdml'		 =>	false,
+        'xmlhttpreq' => false 
 		);
 	
 	var $_quirks = array(
@@ -544,4 +545,4 @@
     {   $this->_quirks[strtolower($k)] = true;
     }
 }
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list