gitea init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if (file_exists(__DIR__ . '/install.lock')) {
|
||||
die("პროექტი უკვე დაყენებულია.");
|
||||
}
|
||||
header("Location: step1_check.php");
|
||||
exit;
|
||||
Reference in New Issue
Block a user