[thelist] securing script

Joxn joxn at vernum.com
Tue Mar 27 12:30:50 CST 2001


Joxn wrote:
> if( eregi("..", $path) ) {
>         exit;
> }

This should be:

if( (!empty($path)) && (strstr($path, "..")) )
{
	exit;
}

bye Joxn
-- 
   || //\\ \\// |\\||  ::  joxn at vernum.com  ::
 \\|| \\// //\\ ||\\|  ::      8053703      ::




More information about the thelist mailing list