mirror of
https://github.com/tursom/typecho-plugin-Access.git
synced 2024-12-26 21:00:12 +08:00
6 lines
145 B
PHP
6 lines
145 B
PHP
<?php
|
|
define('__ACCESS_PLUGIN_ROOT__', __DIR__);
|
|
|
|
require_once __ACCESS_PLUGIN_ROOT__ . '/Access_Autoloader.php';
|
|
Access_Autoloader::register();
|