init: workspace opencode sync
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if (!isset($_SESSION["mikhmon"])) {
|
||||
header("Location:../admin.php?id=login");
|
||||
} else {
|
||||
$_SESSION["v"] = "3.20 06-30-2021";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user