Menu

#1 Bug fix for Notifications

open
nobody
None
5
2007-01-23
2007-01-23
Anonymous
No

Many notifications need to have the command sql escaped.

In notifications.php replace the line with:

$updatequery=mysql_query("UPDATE notify SET command_name='".mysql_escape_string($command_name)."', command_line='".mysql_escape_string($command_line)."' WHERE command_id='$command_id'");

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.