Initial revision
This commit is contained in:
18
updaterating.php
Normal file
18
updaterating.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?
|
||||
|
||||
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($HTTP_GET_VARS);
|
||||
|
||||
apidb_footer();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user