starting to work...
[freeside.git] / rt / etc / acl.Informix
diff --git a/rt/etc/acl.Informix b/rt/etc/acl.Informix
deleted file mode 100644 (file)
index eff232f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-sub acl {
-    return ("GRANT RESOURCE TO ". RT->Config->Get('DatabaseUser') .";");
-}
-
-1;