From 59354cb751bcc062cbc83d9489447ae0d20f4cdb Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 6 Jun 2005 16:45:45 +0000 Subject: [PATCH] replace .htacess by index.php. Thanks to qwerty2 git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4711 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- uploads/.htaccess | 3 --- uploads/index.php | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 uploads/.htaccess create mode 100644 uploads/index.php diff --git a/uploads/.htaccess b/uploads/.htaccess deleted file mode 100644 index 4176b7882..000000000 --- a/uploads/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ -# $Id: .htaccess,v 1.2 2004-05-06 13:30:52 rurban Exp $ -Options +Indexes -DirectoryIndex ../index.php?pagename=UpLoad diff --git a/uploads/index.php b/uploads/index.php new file mode 100644 index 000000000..0ad94b245 --- /dev/null +++ b/uploads/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file -- 2.45.0