move extendlib
This commit is contained in:
parent
f7cafb61b5
commit
66e6676e38
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* THIS MODULE PROHIBITS DISTRIBUTION TO OTHERS WITHOUT AUTHOR'S PERMISSION.
|
* THIS MODULE PROHIBITS DISTRIBUTION TO OTHERS WITHOUT AUTHOR'S PERMISSION.
|
||||||
* @class sharlayan.extendlib.php
|
* @class arcturus.extendlib.php
|
||||||
* @author arcturus (contact@sharlayan.net / https://info.drk.st/about)
|
* @author arcturus (contact@sharlayan.net / https://info.drk.st/about)
|
||||||
* @brief extend gnuboard5 extend
|
* @brief extend gnuboard5 extend
|
||||||
* @license LGPL 2.1
|
* @license LGPL 2.1
|
||||||
|
|
@ -10,6 +10,6 @@
|
||||||
|
|
||||||
define("__EXT_DIR__", __DIR__);
|
define("__EXT_DIR__", __DIR__);
|
||||||
|
|
||||||
foreach (glob(__DIR__ . "/sharlayan" . '/*.php') as $filename) {
|
foreach (glob(__DIR__ . "/arcturus" . '/*.php') as $filename) {
|
||||||
require_once $filename;
|
require_once $filename;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue