From 4d41be3d2c16c83a45d27902de9ef66f551e1513 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 12 Jul 2018 19:56:35 -0500 Subject: [PATCH] Update and rename sub_acl.py to sub_acl-SAMPLE.py --- sub_acl-SAMPLE.py | 9 +++++++++ sub_acl.py | 5 ----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 sub_acl-SAMPLE.py delete mode 100644 sub_acl.py diff --git a/sub_acl-SAMPLE.py b/sub_acl-SAMPLE.py new file mode 100644 index 0000000..c249001 --- /dev/null +++ b/sub_acl-SAMPLE.py @@ -0,0 +1,9 @@ +# +# To use this feature, you'll need to copy this, or create a file called +# sub_acl.py that's like this one, with your local parameters in it. +# +# The 'action' May be PERMIT|DENY +# Each entry may be a single radio id, or a hypenated range (e.g. 1-2999) +# Format: +# ACL = 'action:id|start-end|,id|start-end,....' +ACL = 'DENY:0-2999,4000000-4000999' diff --git a/sub_acl.py b/sub_acl.py deleted file mode 100644 index 2133554..0000000 --- a/sub_acl.py +++ /dev/null @@ -1,5 +0,0 @@ -# The 'action' May be PERMIT|DENY -# Each entry may be a single radio id, or a hypenated range (e.g. 1-2999) -# Format: -# ACL = 'action:id|start-end|,id|start-end,....' -ACL = 'DENY:0-2999,4000000-4000999' \ No newline at end of file