first commit

This commit is contained in:
2026-02-07 09:46:32 +08:00
commit 5fcd5dc646
443 changed files with 89466 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
class backup_base64_element extends backup_final_element implements processable {
public function get_value() {
return base64_encode(parent::get_value());
}
}