I have installed mysql,php 5.but when I opened the browser,and pointed to :
http:\\x.x.x.x\index.php,it would show as the flowings:
<?php
$page["title"]="ZABBIX main page";
$page["file"]="index.php";
include "include/config.inc.php";
include "include/forms.inc.php";
if(isset($_POST["password"]))
{
$password=$_POST["password"];
}
else
{
unset($password);
why ?can anybody help me,thanks a lot!!!!
http:\\x.x.x.x\index.php,it would show as the flowings:
<?php
$page["title"]="ZABBIX main page";
$page["file"]="index.php";
include "include/config.inc.php";
include "include/forms.inc.php";
if(isset($_POST["password"]))
{
$password=$_POST["password"];
}
else
{
unset($password);
why ?can anybody help me,thanks a lot!!!!
Comment