Fix formatting.
Fix "Player.php" filename case.
This commit is contained in:
parent
7749401e62
commit
4b122b16ae
@ -2,12 +2,13 @@
|
||||
|
||||
require_once('snapshot.php');
|
||||
require_once('message.php');
|
||||
require_once('player.php');
|
||||
require_once('Player.php.renaming');
|
||||
|
||||
$dataDir = 'data/';
|
||||
|
||||
// ID corresponds to the Report ID
|
||||
if (!isset($_GET['identifier']) || empty($_GET['identifier'])) {
|
||||
if (!isset($_GET['identifier']) || empty($_GET['identifier']))
|
||||
{
|
||||
exit('No identifier supplied.');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user