mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-20 13:16:56 +00:00
Update Installer.php
This commit is contained in:
parent
8f9d36bd3d
commit
d36e472646
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ 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