From 3eaddcd6c45ece1eba7860678629cda1f50d36eb Mon Sep 17 00:00:00 2001 From: printempw Date: Wed, 3 Feb 2016 11:41:39 +0800 Subject: [PATCH] fixed problem of including config --- get.php | 1 + 1 file changed, 1 insertion(+) 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']);