Files
post-grachelor-web/highscores.php
2017-04-05 11:23:59 +02:00

16 lines
213 B
PHP

<?php
/**
* Created by PhpStorm.
* User: leanderschmedemann
* Date: 05/04/2017
* Time: 10:18
*/
require_once('includes.inc.php');
$data = '';
$error = 0;
$uid = isset($_GET['uid']) ? $_GET['uid'] : '';
?>