diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-05 13:48:38 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-05 13:48:38 +0000 |
| commit | cd1c62734e8764107414b3fa3f44f6f9901aa8ad (patch) | |
| tree | 9900a99b00f521fde294abecadf8e68608795b93 /frontends/php/include/audit.inc.php | |
| parent | ab9582df4faf46795b9a0c17b418fd244625f077 (diff) | |
| download | zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.tar.gz zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.tar.xz zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.zip | |
- developed slideshow configuration (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3977 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/audit.inc.php')
| -rw-r--r-- | frontends/php/include/audit.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/audit.inc.php b/frontends/php/include/audit.inc.php index a567f512..a5a7aef1 100644 --- a/frontends/php/include/audit.inc.php +++ b/frontends/php/include/audit.inc.php @@ -41,6 +41,7 @@ $str_resource[AUDIT_RESOURCE_NODE] = S_NODE; $str_resource[AUDIT_RESOURCE_SCENARIO] = S_SCENARIO; $str_resource[AUDIT_RESOURCE_DISCOVERY_RULE] = S_DISCOVERY_RULE; + $str_resource[AUDIT_RESOURCE_SLIDESHOW] = S_SLIDESHOW; if(isset($str_resource[$resource_type])) return $str_resource[$resource_type]; |
