summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index 7fd9f857..668ca738 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -24,7 +24,19 @@
include "include/config.inc.php";
include "include/forms.inc.php";
-
+?>
+<?php
+// VAR TYPE OPTIONAL FLAGS VALIDATION EXCEPTION
+// $fields=array(
+// "password"=> array(T_ZBX_STR, O_OPT, NULL, NULL, NULL),
+// "name"=> array(T_ZBX_INT, O_OPT, NULL, NULL, NULL),
+// "register"=> array(T_ZBX_INT, O_OPT, NULL, NULL, NULL),
+// "sessionid"=> array(T_ZBX_INT, O_OPT, NULL, NULL, NULL),
+// "reconnect"=> array(T_ZBX_INT, O_OPT, NULL, NULL, NULL)
+// );
+// check_fields($fields);
+?>
+<?php
if(isset($_REQUEST["password"]))
{
$password=$_REQUEST["password"];