Added archive.org upload

This commit is contained in:
2026-06-04 16:30:29 +01:00
parent 563d9cc96d
commit e1ae5556a9
7 changed files with 254 additions and 16 deletions
+6
View File
@@ -82,6 +82,12 @@ class Model implements JsonSerializable {
Model::$_cache->addServer($host, $port, $weight);
}
public function refresh() {
if ($this->id) {
$this->_load_record($this->id);
}
}
private function _load_record($id) {
$class = get_called_class();