Update v1.0.6.1

This commit is contained in:
sujitprasad
2016-02-17 20:23:59 +05:30
parent 3569d6ac48
commit 69f07859aa
16 changed files with 349 additions and 113 deletions

View File

@@ -17,8 +17,8 @@ active
<?php
define('PROBE_VERSION', '4.2');
define('PROBE_FOR', '<b>Faveo</b>HELPDESK '.Config::get('app.version').' and Newer');
define('PROBE_VERSION', '1.0');
define('PROBE_FOR', 'Faveo HELPDESK '. Config::get('app.version').' and Newer');
define('STATUS_OK', 'Ok');
define('STATUS_WARNING', 'Warning');
define('STATUS_ERROR', 'Error');
@@ -43,8 +43,8 @@ class TestResult {
<?php echo PROBE_FOR?>
<br/>
<br/>
This test will check prerequisites required to install Faveo
Test/Probe Prerequisites required to be installed Probe
<br/><br/>
<?php
@@ -227,16 +227,10 @@ if ($php_ok && $memory_ok && $extensions_ok && $compatibility_mode_ok) {
<a href="{{URL::route('licence')}}" style="text-color:black"><button value="prev" id="access1">Prev</button></a> <input type="submit" value="Next" id="access" disabled=""> <?php
}
?>
<style type="text/css">
a:link {color:#000;} /* unvisited link */
a:visited {color:#000;} /* visited link */
a:hover {color:#000;} /* mouse over link */
a:active {color:#000;}
</style>
<div id="legend">
{{-- <ul> --}}
<p><span class="ok">Ok</span> &mdash; All OK<br/>
<p><span class="ok">Ok</span> &mdash; All Ok<br/>
<span class="warning">Warning</span> &mdash; Not a deal breaker, but it's recommended to have this installed for some features to work<br/>
<span class="error">Error</span> &mdash; Faveo HELPDESK require this feature and can't work without it</p>
{{-- </ul> --}}