|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/irtiweb/CATS/modules/install/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<?php include_once('config.php'); ?>
<html>
<head>
<title>CATS - Installation Wizard Script</title>
<script type="text/javascript" src="js/lib.js"></script>
<script type="text/javascript" src="js/install.js"></script>
<style type="text/css" media="all">@import "modules/install/install.css";</style>
</head>
<body>
<div id="headerBlock">
<span id="mainLogo">OpenCATS</span><br />
<span id="subMainLogo">Applicant Tracking System</span>
</div>
<div id="contents">
<div id="login">
<p>Your PHP version is <?php echo phpversion(); ?> OpenCATS Requires PHP 5 or better.</p>
<p>Please get a newer version of PHP and try again.</p>
</div>
</div>
</body>
</html>