init: workspace opencode sync

This commit is contained in:
2026-08-15 00:28:06 +07:00
commit eb71c40fc1
170 changed files with 23352 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!isset($_SESSION["mikhmon"])) {
header("Location:../admin.php?id=login");
} else {
$_SESSION["v"] = "3.20 06-30-2021";
}