Don't redirect users without updating the rating first
This commit is contained in:
@@ -10,15 +10,8 @@ include("path.php");
|
|||||||
include(BASE."include/"."incl.php");
|
include(BASE."include/"."incl.php");
|
||||||
include(BASE."include/"."rating.php");
|
include(BASE."include/"."rating.php");
|
||||||
|
|
||||||
// go back to where we came from
|
|
||||||
redirectref();
|
|
||||||
|
|
||||||
apidb_header("Update Rating");
|
|
||||||
|
|
||||||
apidb_session_start();
|
|
||||||
|
|
||||||
rating_update($_GET);
|
rating_update($_GET);
|
||||||
|
|
||||||
apidb_footer();
|
// go back to where we came from
|
||||||
|
redirectref();
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user