Browse code

e107 support for all site

Jimako authored on 2020/03/04 03:31:08
Showing 1 changed files
... ...
@@ -75,6 +75,8 @@ while (!file_exists($folder_level."header.php")) { $folder_level .= "../"; }
75 75
 if(!defined("_BASEDIR")) define("_BASEDIR", $folder_level);
76 76
 
77 77
 @ include_once(_BASEDIR."config.php");
78
+@ include_once(_BASEDIR.UN_FULLAPP_PATH."class2.php");
79
+
78 80
 if(empty($sitekey)) {
79 81
 	header("Location: install/install.php");
80 82
 	exit( );