10-01-2008, 04:51 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Potential File Inclusion exploit?
PHP Code:
foreach ( glob('*.class.php') As $val )
{
include($val);
}
Does this have any potential?
__________________
VillageIdiot can have my babbies ;d
|
|
|
|