Fixed the status page

This commit is contained in:
Albert Santoni 2015-06-16 18:18:34 -04:00
parent 0f58e315e6
commit 627343a626
1 changed files with 2 additions and 0 deletions

View File

@ -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">