gitea init

This commit is contained in:
skryper
2025-10-08 21:28:30 +04:00
commit d4651a423d
2518 changed files with 522832 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
if (file_exists(__DIR__ . '/install.lock')) {
die("პროექტი უკვე დაყენებულია.");
}
header("Location: step1_check.php");
exit;