fix include in GameEngine/Admin/database.php

This commit is contained in:
unknown
2012-06-09 03:46:51 +03:00
parent 6acf9090e2
commit 2b3381ae3a
+5 -2
View File
@@ -16,10 +16,13 @@
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
## ##
#################################################################################
if(!file_exists('GameEngine/config.php') && !file_exists('../../GameEngine/config.php') && !file_exists('../../config.php')){
include("../../GameEngine/config.php");
include("../../GameEngine/Data/buidata.php");
}else{
include("../GameEngine/config.php");
include("../GameEngine/Data/buidata.php");
}
class adm_DB {
var $connection;