Files
billingerp/admin/install/index.php
T
2025-10-08 21:28:30 +04:00

7 lines
179 B
PHP

<?php
if (file_exists(__DIR__ . '/install.lock')) {
die("პროექტი უკვე დაყენებულია.");
}
header("Location: step1_check.php");
exit;