diff --git a/updaterating.php b/updaterating.php index d427613..7f07479 100644 --- a/updaterating.php +++ b/updaterating.php @@ -10,15 +10,8 @@ include("path.php"); include(BASE."include/"."incl.php"); include(BASE."include/"."rating.php"); -// go back to where we came from -redirectref(); - -apidb_header("Update Rating"); - -apidb_session_start(); - rating_update($_GET); -apidb_footer(); - +// go back to where we came from +redirectref(); ?>