Remove zend dep check from status and config output

It's LibreTime's responsability to ensure this (ie in packages...) and the user should not need to know about this.
This commit is contained in:
Lucas Bickel 2017-03-02 14:31:51 +01:00
parent 4a7f3ea001
commit 7b04f413a0
3 changed files with 0 additions and 49 deletions

View file

@ -6,7 +6,6 @@
/* Airtime Pro
$phpDependencies = checkPhpDependencies();
$externalServices = checkExternalServices();
$zend = $phpDependencies["zend"];
$postgres = $phpDependencies["postgres"];
$database = $externalServices["database"];
@ -45,24 +44,6 @@
<td>&nbsp;</td>
</tr>
-->
<tr>
<td class="component">
Zend
</td>
<td class="description">
Zend MVC Framework
</td>
<td class="solution <?php if ($zend) {echo 'check';?>">
<?php
} else {
?>">
<b>Ubuntu</b>: try running <code>sudo apt-get install libzend-framework-php</code>
<br/><b>Debian</b>: try running <code>sudo apt-get install zendframework</code>
<?php
}
?>
</td>
</tr>
<tr>
<td class="component">
Postgres