From ea04fd391393db0815437e6f14d3dab9817e670d Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 11 Apr 2015 21:54:17 +0100 Subject: [PATCH] MINOR: Remove dist and example files --- public_html/.htaccess.dist | 35 ---- public_html/conf/acl.auth.php.dist | 21 -- public_html/conf/local.php.dist | 16 -- public_html/conf/mysql.conf.php.example | 253 ------------------------ public_html/conf/users.auth.php.dist | 10 - public_html/inc/preload.php.dist | 17 -- 6 files changed, 352 deletions(-) delete mode 100644 public_html/.htaccess.dist delete mode 100644 public_html/conf/acl.auth.php.dist delete mode 100644 public_html/conf/local.php.dist delete mode 100644 public_html/conf/mysql.conf.php.example delete mode 100644 public_html/conf/users.auth.php.dist delete mode 100644 public_html/inc/preload.php.dist diff --git a/public_html/.htaccess.dist b/public_html/.htaccess.dist deleted file mode 100644 index 5724a6e0..00000000 --- a/public_html/.htaccess.dist +++ /dev/null @@ -1,35 +0,0 @@ -## Enable this to restrict editing to logged in users only - -## You should disable Indexes and MultiViews either here or in the -## global config. Symlinks maybe needed for URL rewriting. -#Options -Indexes -MultiViews +FollowSymLinks - -## make sure nobody gets the htaccess, README, COPYING or VERSION files - - Order allow,deny - Deny from all - - -## Uncomment these rules if you want to have nice URLs using -## $conf['userewrite'] = 1 - not needed for rewrite mode 2 -#RewriteEngine on -# -#RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L] -#RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L] -#RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L] -#RewriteRule ^$ doku.php [L] -#RewriteCond %{REQUEST_FILENAME} !-f -#RewriteCond %{REQUEST_FILENAME} !-d -#RewriteRule (.*) doku.php?id=$1 [QSA,L] -#RewriteRule ^index.php$ doku.php -# -## Not all installations will require the following line. If you do, -## change "/dokuwiki" to the path to your dokuwiki directory relative -## to your document root. -#RewriteBase /dokuwiki -# -## If you enable DokuWikis XML-RPC interface, you should consider to -## restrict access to it over HTTPS only! Uncomment the following two -## rules if your server setup allows HTTPS. -#RewriteCond %{HTTPS} !=on -#RewriteRule ^lib/exe/xmlrpc.php$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] diff --git a/public_html/conf/acl.auth.php.dist b/public_html/conf/acl.auth.php.dist deleted file mode 100644 index 14344d77..00000000 --- a/public_html/conf/acl.auth.php.dist +++ /dev/null @@ -1,21 +0,0 @@ -# acl.auth.php -# -# Don't modify the lines above -# -# Access Control Lists -# -# Editing this file by hand shouldn't be necessary. Use the ACL -# Manager interface instead. -# -# If your auth backend allows special char like spaces in groups -# or user names you need to urlencode them (only chars <128, leave -# UTF-8 multibyte chars as is) -# -# none 0 -# read 1 -# edit 2 -# create 4 -# upload 8 -# delete 16 - -* @ALL 8 diff --git a/public_html/conf/local.php.dist b/public_html/conf/local.php.dist deleted file mode 100644 index 0397954f..00000000 --- a/public_html/conf/local.php.dist +++ /dev/null @@ -1,16 +0,0 @@ - -# Don't modify the lines above -# -# Userfile -# -# Format: -# -# login:passwordhash:Real Name:email:groups,comma,seperated - diff --git a/public_html/inc/preload.php.dist b/public_html/inc/preload.php.dist deleted file mode 100644 index 7acda0e3..00000000 --- a/public_html/inc/preload.php.dist +++ /dev/null @@ -1,17 +0,0 @@ -