mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update install.php
This commit is contained in:
parent
4d6a82616d
commit
b175dd2f58
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ if (php_sapi_name() !== 'cli') {
|
||||||
|
|
||||||
// Check if already installed
|
// Check if already installed
|
||||||
if (is_file(ROOT . '.env')) {
|
if (is_file(ROOT . '.env')) {
|
||||||
|
out('- TorrentPier already installed!', 'error');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue