Version 2

This commit is contained in:
2026-01-02 21:08:58 +01:00
commit 3c51bf0048
598 changed files with 31242 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
if($meta != 'name' && $meta != 'lastAccess' && $meta != 'lastCreated') {
die();
}
$_SESSION["orderBy"] = $meta;
print("true");
?>