diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-14 16:53:06 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-14 16:53:06 +0000 |
commit | 56a92314c15c5ef495cf765477dcf01b080e18a4 (patch) | |
tree | ab898972f95387be8bbf7c26b5274dd6064adc17 /galleries | |
parent | 668f8c35860a85843db02ef965423e2b43a87c83 (diff) |
Default message if a user tries to see galleries without using PhpWebGallery
git-svn-id: http://piwigo.org/svn/trunk@109 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'galleries')
-rw-r--r-- | galleries/index.htm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/galleries/index.htm b/galleries/index.htm new file mode 100644 index 000000000..960cd928d --- /dev/null +++ b/galleries/index.htm @@ -0,0 +1,8 @@ +<html> + <head> + <title>PhpWebGallery</title> + </head> + <body> + No access authorized + </body> +</html>
\ No newline at end of file |