how can i change view.php?action=file to view.php?file ?
this is a part of the code:
if ($action != "write" && $action !="read"){
and
if ($action == "read"){
if ($action=="write"){
Hi,
that information should be located in the variable $REDIRECT_QUERY_STRING .
firemouse2001