- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 45 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - 7.3 Fix: Cant use single quote when user submits a link [ ]
Author
Message
Thac0
Nuke Cadet
Joined: Jul 15, 2004
Posts: 4
Posted:
Thu Jul 15, 2004 5:17 pm
In
Function Add(...), Web_Links/index.php,
I changed these lines:
$title = stripslashes(FixQuotes($title));
$url = stripslashes(FixQuotes($url));
$description = stripslashes(FixQuotes($description));
$auth_name = stripslashes(FixQuotes($auth_name));
$email = stripslashes(FixQuotes($email));
"FixQuotes" was not included in the code.
This fixes the problem
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum