typecho-plugin-Access/Access_Bootstrap.php

7 lines
152 B
PHP
Raw Normal View History

<?php
define('__ACCESS_PLUGIN_ROOT__', __DIR__);
2016-12-07 13:18:20 +08:00
foreach (glob(__ACCESS_PLUGIN_ROOT__ . '/Access_*.php') as $filePath) {
require_once $filePath;
}