Add function

This commit is contained in:
hakasenyang
2016-12-10 17:17:54 +09:00
parent 0707a6d6d5
commit 47107c52cb
6 changed files with 57 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
require_once 'include.php';
echo $Check->CheckUser('Angelsim');
echo '<br>';
echo $Check->CheckPlayCount();