typecho-plugin-Access/Access_Bootstrap.php
2016-12-07 13:18:20 +08:00

7 lines
152 B
PHP

<?php
define('__ACCESS_PLUGIN_ROOT__', __DIR__);
foreach (glob(__ACCESS_PLUGIN_ROOT__ . '/Access_*.php') as $filePath) {
require_once $filePath;
}