Skip to content

Commit

Permalink
let me in
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanza3D authored and EXtremeExploit committed Dec 7, 2023
1 parent 145b14e commit debbcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medals/api/get_votes.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
// for external display
header("Access-Control-Allow-Origin: *");
require_once($_SERVER['DOCUMENT_ROOT'] . "/global/php/functions.php");
if($_GET['key'] != LANG_UPDATE_KEY) exit;
echo json_encode(Database::execSimpleSelect("SELECT * FROM MedalVote"));

0 comments on commit debbcf4

Please sign in to comment.