You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
440 B
13 lines
440 B
4 months ago
|
<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>';
|
||
|
}
|
||
|
?>
|