diff --git a/get.php b/get.php index ec701c29..0bc3fbb1 100644 --- a/get.php +++ b/get.php @@ -8,6 +8,7 @@ $dir = dirname(__FILE__); require "$dir/includes/autoload.inc.php"; +require "$dir/config.php"; if (isset($_GET['type']) && isset($_GET['uname'])) { $user = new user($_GET['uname']);