Menu

#2 out_admin_servers.inc.php: slash should be added to logdir

open
nobody
None
5
2005-11-15
2005-11-15
No

in file out_admin_servers.inc.php on line 23

`logdir`='".addslashes($_POST['logdir'])."'

a trailing slash should be added to $_POST['logdir']

(ie. /path/to/logs -> /path/to/logs)

the problem arises when searching for "kills/" directory
as the path searched would be /path/to/logskills

Discussion


Log in to post a comment.