From 238fea7610f88f074fa987a1cb81d448a797fddc Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 28 Apr 2006 02:05:21 +0000 Subject: [PATCH] Switch to new webctrl.ini format... Prepare to depreciate and/or remove access.ars support. --- web/root/gallery_ex/README | 3 ++- web/root/gallery_ex/access.ars | 1 - web/root/gallery_ex/webctrl.ini | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 web/root/gallery_ex/access.ars create mode 100644 web/root/gallery_ex/webctrl.ini diff --git a/web/root/gallery_ex/README b/web/root/gallery_ex/README index d6b1feb269..72f2fab510 100644 --- a/web/root/gallery_ex/README +++ b/web/root/gallery_ex/README @@ -7,4 +7,5 @@ When the gallery is initially viewed, the custom 404 error handler in the thumbs directory will generate a thumbnail for each picture assuming that ImageMagicks convert utility is installed and is in your path. -Remove the access.ars file to allow public access to this dir. +Remove the webctrl.ini file to allow public access to this dir... change the +ARS string as appropriate to allow user-only access. diff --git a/web/root/gallery_ex/access.ars b/web/root/gallery_ex/access.ars deleted file mode 100644 index 7b4d8393bf..0000000000 --- a/web/root/gallery_ex/access.ars +++ /dev/null @@ -1 +0,0 @@ -LEVEL 90 diff --git a/web/root/gallery_ex/webctrl.ini b/web/root/gallery_ex/webctrl.ini new file mode 100644 index 0000000000..64554d3ad6 --- /dev/null +++ b/web/root/gallery_ex/webctrl.ini @@ -0,0 +1 @@ +AccessRequirements=LEVEL 90 -- GitLab