ehm, i guess you know why

This commit is contained in:
overflowerror 2014-08-17 18:03:17 +02:00
parent a7b9c68290
commit fb57be30b7

View file

@ -1,5 +1,6 @@
<?php <?php
require_once("mysqlConnect.php"); require_once("mysqlConnect.php");
require_once("config.php");
class userManager { class userManager {
static public function getUserById ($ID) { static public function getUserById ($ID) {