Upload files

This commit is contained in:
SandPoot
2022-02-02 02:01:04 -03:00
parent e75bc8ff14
commit 29be8573ea
99 changed files with 30630 additions and 40154 deletions
+2 -1
View File
@@ -153,7 +153,8 @@ GLOBAL_LIST(topic_status_cache)
start_log(GLOB.world_crafting_log)
start_log(GLOB.click_log)
GLOB.changelog_hash = md5('html/changelog.html') //for telling if the changelog has changed recently
var/latest_changelog = file("[global.config.directory]/../html/changelogs/archive/" + time2text(world.timeofday, "YYYY-MM") + ".yml")
GLOB.changelog_hash = fexists(latest_changelog) ? md5(latest_changelog) : 0 //for telling if the changelog has changed recently
if(fexists(GLOB.config_error_log))
fcopy(GLOB.config_error_log, "[GLOB.log_directory]/config_error.log")
fdel(GLOB.config_error_log)