This repository has been archived on 2026-08-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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;