From 34b55dd6b044462d10d8210607aa95726258bf46 Mon Sep 17 00:00:00 2001
From: James Anelay <jamesanelay@gmail.com>
Date: Wed, 18 Mar 2015 11:05:44 +0000
Subject: [PATCH] Add developer mode to remaining similar .htacess files

---
 .htaccess.sample | 5 +++++
 pub/.htaccess    | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/.htaccess.sample b/.htaccess.sample
index 47944ce3105..927cd723cf1 100644
--- a/.htaccess.sample
+++ b/.htaccess.sample
@@ -1,3 +1,8 @@
+############################################
+## uncomment the line below to enable developer mode
+
+#   SetEnv MAGE_MODE developer
+
 ############################################
 ## uncomment these lines for CGI mode
 ## make sure to specify the correct cgi php binary file name
diff --git a/pub/.htaccess b/pub/.htaccess
index b00b2127289..623c5671ec6 100755
--- a/pub/.htaccess
+++ b/pub/.htaccess
@@ -1,3 +1,8 @@
+############################################
+## uncomment the line below to enable developer mode
+
+#   SetEnv MAGE_MODE developer
+
 ############################################
 ## uncomment these lines for CGI mode
 ## make sure to specify the correct cgi php binary file name
-- 
GitLab