![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Your line $req = 'index' if -e $req;
will make all requests invoke "index"
no it won't. The QUERY_STRING should not match anything, since the filename would be composed as pages/QUERY_STRING.html That's why if it matches any file, it should roll back to a default. In reply to Re^2: request for review: file reading security
by Anonymous Monk
|
|