View Single Post
  #3  
Old 1st June 2011, 09:22
smoky28's Avatar
smoky28 smoky28 is offline
Senior Member
 
Join Date: Aug 2010
Hungary
Posts: 82
Default
Quote:
Originally Posted by DAKz View Post
Small syntax error....
The code above has an extra space in it...
PHP Code:
define ('PHP_FIREWALL_REQUEST_URI'strip_tags ($ _SERVER ['REQUEST_URI'])); 
Should be....
PHP Code:
define ('PHP_FIREWALL_REQUEST_URI'strip_tags ($_SERVER ['REQUEST_URI'])); 
The extra space between the ($ and the _SERVER)

Great post though!!
I have not given you an error after inserting the code may be something that the server does not have a license.
__________________
Sky-Tech Developer Team Hungary

Reply With Quote
The Following User Says Thank You to smoky28 For This Useful Post:
turktiger (3rd June 2011)