Deduplicate a bit

This commit is contained in:
2022-01-13 23:24:10 +01:00
parent 9a3656ef28
commit 84ef36cee0
9 changed files with 6 additions and 499 deletions

View File

@@ -21,8 +21,8 @@ function rplc($string) {
return str_replace(array_keys($CMS), $CMS, $string);
}
include 'sboard.php';
include 'load.lib.php';
include __DIR__ . '/../sboard.php';
include __DIR__ . '/../load.lib.php';
readPage($page);
$CMS['%releasedate%'] = toDate($date);
$CMS['%releasetime%'] = toTime($date);