diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-18 15:53:39 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-18 15:53:39 +0000 |
| commit | 274354c2aff78c8d96f78a36a654b215bd6232fa (patch) | |
| tree | cb9c0d9e87d73dbe98a07fc8f03c4d4eb9644d98 /frontends/php/include/defines.inc.php | |
| parent | 3c99a2e8c2dd141362ccc16ed2e2bd0fb2c60192 (diff) | |
Forntend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2538 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index c07d8341..4310f8f8 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -28,6 +28,11 @@ define("O_OPT", 1); define("O_NO", 2); + define("P_SYS", 1); + define("P_USR", 2); + define("P_GET", 4); + define("P_POST", 8); + // MISC PARAMETERS define("MAP_OUTPUT_FORMAT", "DEFAULT"); # define("MAP_OUTPUT_FORMAT", "JPG"); |
