diff --git a/www/internals/modules/updateslog.php b/www/internals/modules/updateslog.php index 9c7f3da..781c44f 100644 --- a/www/internals/modules/updateslog.php +++ b/www/internals/modules/updateslog.php @@ -16,7 +16,7 @@ class UpdatesLog private function load() { - $all = require (__DIR__ . '/../../statics/blog/__all.php'); + $all = require (__DIR__ . '/../../statics/updates/__all.php'); $this->staticData = array_map(function($a){return self::readSingle($a);}, $all); } diff --git a/www/statics/updates/_all.php b/www/statics/updates/__all.php similarity index 100% rename from www/statics/updates/_all.php rename to www/statics/updates/__all.php