When I goto the alerts.php it executes like this:
http://localhost/snortreport-1.3.3/alerts.php
setinst($server); $db->setuser($user); $db->setpass($pass); $db-
>dbname($dbname); $db->persist(); $conn = $db->connect();
define("FULL_DATETIME_FORMAT", "Y-m-d H:i:s"); set_time_limit(1800);
require_once("info-retrieval.php"); ?>
This statement works and display's php but alerts.php doesn't
<?php
phpinfo();
?>
Ideas?
THanks!