move extendlib

This commit is contained in:
Amberstone 2024-09-19 20:52:41 +09:00
parent f7cafb61b5
commit 66e6676e38
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
3 changed files with 2 additions and 2 deletions

View file

@ -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;
} }