Completed
Pull Request — devel (#1136)
by Andrew
02:32
created
contrib/tools/esi-decoder.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-     * ESI DECODER
4
-     *
5
-     * This tool can be used to decode an ESI request.
6
-     * You can just paste the whole ESI URL and push the button to decode it.
7
-     *
8
-     * Make sure you place this utility on a protected spot on your web server where only authorized users can use it.
9
-     *
10
-     * If the URLs you see in "varnishlog" or "varnishncsa" are not working because they are cut off, read this FAQ item:
11
-     * https://github.com/nexcess/magento-turpentine/wiki/FAQ#im-using-varnishncsa-to-generate-logs-and-the-esi-urls-are-cut-off-how-do-i-get-the-full-url-in-the-logs
12
-     *
13
-     */
3
+ * ESI DECODER
4
+ *
5
+ * This tool can be used to decode an ESI request.
6
+ * You can just paste the whole ESI URL and push the button to decode it.
7
+ *
8
+ * Make sure you place this utility on a protected spot on your web server where only authorized users can use it.
9
+ *
10
+ * If the URLs you see in "varnishlog" or "varnishncsa" are not working because they are cut off, read this FAQ item:
11
+ * https://github.com/nexcess/magento-turpentine/wiki/FAQ#im-using-varnishncsa-to-generate-logs-and-the-esi-urls-are-cut-off-how-do-i-get-the-full-url-in-the-logs
12
+ *
13
+ */
14 14
 
15 15
 $tries = 5;
16 16
 $dir = dirname(__FILE__);
Please login to merge, or discard this patch.
community/Nexcessnet/Turpentine/controllers/Adminhtml/CacheController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User: [email protected]
4
- * Date: 08/01/14
5
- */
3
+     * User: [email protected]
4
+     * Date: 08/01/14
5
+     */
6 6
 
7 7
 require_once Mage::getModuleDir('controllers', 'Mage_Adminhtml').DS.'CacheController.php';
8 8
 
Please login to merge, or discard this patch.