Files
survey-manager/survey-nginx/htdocs/avw/navy/go/install/gotest.php
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

13 lines
440 B
PHP
Executable File

<h1 style="font-family: Arial, Helvetica;font-size: 18px;">Group-Office test script</h1>
<?php
require('test.inc');
if(isset($fatal_error))
{
echo '<p style="font-family: Arial, Helvetica;font-size: 12px;color:red;">Fatal errors occured. Group-Office will not run properly with current system setup!</p>';
}else
{
echo '<p style="font-family: Arial, Helvetica;font-size: 12px;">Passed, Group-Office should run on this machine</p>';
}
?>