mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Installer.php
This commit is contained in:
parent
b16d2dbefb
commit
a5117fcfa3
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class Installer extends Command
|
|||
if(extension_loaded($ext) == false) {
|
||||
$this->error("- {$ext} extension not found, aborting installation");
|
||||
exit;
|
||||
} else {
|
||||
}
|
||||
}
|
||||
$this->info("- Required PHP extensions found!");
|
||||
|
|
Loading…
Reference in a new issue