View Single Post
Old December 11th, 2006, 10:47 PM   #4 (permalink)
matto1
Junior Member
Verified Customer
 
Join Date: Apr 2006
Posts: 5
I have removed the lines below from index.php But the site is still not showing.

------------------------

if ( is_numeric($argv[0]) )
{
header("Location: {$Globals['maindir']}/showphoto.php?photo={$argv[0]}");
exit;
}
matto1 is offline   Reply With Quote