FML Update
This commit is contained in:
@ -9,7 +9,11 @@
|
||||
if (!defined('FML_PATH')) {
|
||||
define('FML_PATH', __DIR__ . '/../');
|
||||
}
|
||||
if (!defined('FML_VERSION')) {
|
||||
define('FML_VERSION', 1.0);
|
||||
}
|
||||
|
||||
// Register Autoload Function that loads FML Class Files on Demand
|
||||
spl_autoload_register(
|
||||
function ($className) {
|
||||
$classPath = str_replace('\\', DIRECTORY_SEPARATOR, $className);
|
||||
|
Reference in New Issue
Block a user