Re: [PHP] comparing values

2001-03-05 Thread David Robley
On Mon, 5 Mar 2001 18:27, Paul wrote: > below is the code I am using, $sourcefile is a url var > for example http://url/?sourcefile=/this/path/to/whatever.php > > $filelist = array("", > "db_auth.conf", > "config.php", > "master.functions.inc" > );

[PHP] comparing values

2001-03-04 Thread Paul
below is the code I am using, $sourcefile is a url var for example http://url/?sourcefile=/this/path/to/whatever.php $filelist = array("", "db_auth.conf", "config.php", "master.functions.inc" );/* these are the files I want to protect from t