summaryrefslogtreecommitdiffstats
path: root/frontends/php/audit.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/audit.php')
-rw-r--r--frontends/php/audit.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontends/php/audit.php b/frontends/php/audit.php
index 16ee5faa..8a2340ee 100644
--- a/frontends/php/audit.php
+++ b/frontends/php/audit.php
@@ -130,6 +130,18 @@
{
echo S_HOST;
}
+ else if($row["resource"]==AUDIT_RESOURCE_ACTION)
+ {
+ echo S_ACTION;
+ }
+ else if($row["resource"]==AUDIT_RESOURCE_GRAPH)
+ {
+ echo S_GRAPH;
+ }
+ else if($row["resource"]==AUDIT_RESOURCE_GRAPH_ELEMENT)
+ {
+ echo S_GRAPH_ELEMENT;
+ }
else
{
echo S_UNKNOWN_RESOURCE;