summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-12-07 09:44:28 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-12-07 09:44:28 +0000
commit57aba8a89d9da927a39a3ffadf258ead2f27b3c7 (patch)
tree59a8dc852f93f9b9760043a4a2e9388ca4d9249e /frontends/php/index.php
parentcfacb3b129f95ee9efc41830d0a939875e7732ed (diff)
- all <? ?> were changed to <?php ?>. No changes in php.ini required anymore.
(Alexei) git-svn-id: svn://svn.zabbix.com/trunk@580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index a8c41b96..610a19cb 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -1,4 +1,4 @@
-<?
+<?php
$page["title"]="Zabbix main page";
$page["file"]="index.php";
@@ -77,7 +77,7 @@
show_header($page["title"],0,0);
?>
-<?
+<?php
if(!isset($sessionid))
{
// echo "-",$HTTP_COOKIE_VARS["sessionid"],"-<br>";
@@ -91,6 +91,6 @@
}
?>
-<?
+<?php
show_footer();
?>