mirror of
https://github.com/kokororin/typecho-plugin-Access.git
synced 2025-02-12 12:50:24 +08:00
7 lines
152 B
PHP
7 lines
152 B
PHP
<?php
|
|
define('__ACCESS_PLUGIN_ROOT__', __DIR__);
|
|
|
|
foreach (glob(__ACCESS_PLUGIN_ROOT__ . '/Access_*.php') as $filePath) {
|
|
require_once $filePath;
|
|
}
|