diff --git a/web/root/gallery_ex/README b/web/root/gallery_ex/README index d6b1feb26950460ba57a114349cc5c8a02044dc0..72f2fab510be9d1d30ddf18d261bcf40ab088bd6 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 7b4d8393bf65417b0dcfe91eb57ee4b3d1f85563..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..64554d3ad64f79fd892209dca20d68b9195eb4c6 --- /dev/null +++ b/web/root/gallery_ex/webctrl.ini @@ -0,0 +1 @@ +AccessRequirements=LEVEL 90