Fixed the status page
This commit is contained in:
parent
0f58e315e6
commit
627343a626
|
@ -3,6 +3,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
/* Airtime Pro
|
||||||
$phpDependencies = checkPhpDependencies();
|
$phpDependencies = checkPhpDependencies();
|
||||||
$externalServices = checkExternalServices();
|
$externalServices = checkExternalServices();
|
||||||
$zend = $phpDependencies["zend"];
|
$zend = $phpDependencies["zend"];
|
||||||
|
@ -18,6 +19,7 @@
|
||||||
$r1 = array_reduce($phpDependencies, "booleanReduce", true);
|
$r1 = array_reduce($phpDependencies, "booleanReduce", true);
|
||||||
$r2 = array_reduce($externalServices, "booleanReduce", true);
|
$r2 = array_reduce($externalServices, "booleanReduce", true);
|
||||||
$result = $r1 && $r2;
|
$result = $r1 && $r2;
|
||||||
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table width="60%" cellpadding="0" cellspacing="0" border="0" class="statustable">
|
<table width="60%" cellpadding="0" cellspacing="0" border="0" class="statustable">
|
||||||
|
|
Loading…
Reference in New Issue