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

19 lines
253 B
PHP

<?php
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();
?>