July 16th, 2004, 03:53 PM
|
#6 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 67,988
|
okay well that would not cause the program to go down
you can remove this from the top of index.php and see what happens
if ( is_numeric($argv[0]) ) {
header("Location: {$Globals['maindir']}/showphoto.php?photo={$argv[0]}");
exit;
}
|
| |