summaryrefslogtreecommitdiff
path: root/rt/etc/acl.Informix
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/acl.Informix')
-rw-r--r--rt/etc/acl.Informix6
1 files changed, 0 insertions, 6 deletions
diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix
deleted file mode 100644
index eff232f4d..000000000
--- a/rt/etc/acl.Informix
+++ /dev/null
@@ -1,6 +0,0 @@
-
-sub acl {
- return ("GRANT RESOURCE TO ". RT->Config->Get('DatabaseUser') .";");
-}
-
-1;