Fix include style

This commit is contained in:
hakasenyang
2016-12-10 17:26:11 +09:00
parent a206a10760
commit 543b5883a5
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
<?php
require_once 'include.php';
$Check = new OsuTournament\Check('ctb');
echo $Check->CheckUser('Angelsim');
echo '<br>';
echo $Check->CheckPlayCount();