mirror of
https://github.com/tursom/typecho-plugin-Access.git
synced 2024-12-29 14:30:10 +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;
|
|
}
|