This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/updaterating.php
2005-01-05 05:26:03 +00:00

18 lines
298 B
PHP

<?php
/*************************/
/* code to modify rating */
/*************************/
/*
* application environment
*/
include("path.php");
include(BASE."include/"."incl.php");
include(BASE."include/"."rating.php");
rating_update($_GET);
// go back to where we came from
redirectref();
?>