Passed
Push — master ( 627dee...dda2e2 )
by Michael
06:33 queued 02:34
created
admin/admin_footer.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -10,17 +10,17 @@
 block discarded – undo
10 10
 *******************************************************
11 11
 */
12 12
 echo '<div class="adminfooter">'
13
-     . "\n"
14
-     . '<div style="text-align: center;">'
15
-     . "\n"
16
-     . '    <a href="https://www.xoops.org" rel="external"><img src="'
17
-     . $pathIcon32
18
-     . '/xoopsmicrobutton.gif" alt="XOOPS" title="XOOPS"></a>'
19
-     . "\n"
20
-     . '  </div>'
21
-     . "\n"
22
-     . '  <div class="center smallsmall italic pad5"> this module maintained by <a href="https://store.chg-web.com" rel="external">Cedric MONTUY CHG-WEB</a>'
23
-     . "\n"
24
-     . '</div>';
13
+        . "\n"
14
+        . '<div style="text-align: center;">'
15
+        . "\n"
16
+        . '    <a href="https://www.xoops.org" rel="external"><img src="'
17
+        . $pathIcon32
18
+        . '/xoopsmicrobutton.gif" alt="XOOPS" title="XOOPS"></a>'
19
+        . "\n"
20
+        . '  </div>'
21
+        . "\n"
22
+        . '  <div class="center smallsmall italic pad5"> this module maintained by <a href="https://store.chg-web.com" rel="external">Cedric MONTUY CHG-WEB</a>'
23
+        . "\n"
24
+        . '</div>';
25 25
 
26 26
 xoops_cp_footer();
Please login to merge, or discard this patch.
admin/backup.ini.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -71,18 +71,18 @@
 block discarded – undo
71 71
     'bannerfinish',
72 72
 ];
73 73
 $footer     = '<div class="adminfooter">'
74
-              . "\n"
75
-              . '<div style="text-align: center;">'
76
-              . "\n"
77
-              . '    <a href="https://www.xoops.org" rel="external"><img src="'
78
-              . $pathIcon32
79
-              . '/xoopsmicrobutton.gif" alt="XOOPS" title="XOOPS"></a>'
80
-              . "\n"
81
-              . '  </div>'
82
-              . "\n"
83
-              . '  <div class="center smallsmall italic pad5"> this module is maintained by <a href="https://store.chg-web.com" rel="external">Cedric MONTUY CHG-WEB</a>'
84
-              . "\n"
85
-              . '</div>';
74
+                . "\n"
75
+                . '<div style="text-align: center;">'
76
+                . "\n"
77
+                . '    <a href="https://www.xoops.org" rel="external"><img src="'
78
+                . $pathIcon32
79
+                . '/xoopsmicrobutton.gif" alt="XOOPS" title="XOOPS"></a>'
80
+                . "\n"
81
+                . '  </div>'
82
+                . "\n"
83
+                . '  <div class="center smallsmall italic pad5"> this module is maintained by <a href="https://store.chg-web.com" rel="external">Cedric MONTUY CHG-WEB</a>'
84
+                . "\n"
85
+                . '</div>';
86 86
 
87 87
 // Whether the os php is running on is windows or not
88 88
 if (!defined('PMA_IS_WINDOWS')) {
Please login to merge, or discard this patch.
admin/index2.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -51,14 +51,14 @@
 block discarded – undo
51 51
 $checkall   = Request::getString('checkall', '', 'GET');
52 52
 
53 53
 $tr_comp = '<tr><td class="odd"><strong>'
54
-           . _AM_COMPRESSION
55
-           . '</strong></td>'
56
-           . '<td><input type="radio" id="gzip" name="file_compression" value="gzip" checked>'
57
-           . '<label for="gz">gzip</label>&nbsp;&nbsp;'
58
-           . '<input type="radio" id="zip" name="file_compression" value="zip">'
59
-           . '<label for="sql">zip</label>&nbsp;&nbsp'
60
-           . '<input type="radio" id="plain" name="file_compression" value="none">'
61
-           . '<label for="sql">text</label>&nbsp;&nbsp</td></tr>';
54
+            . _AM_COMPRESSION
55
+            . '</strong></td>'
56
+            . '<td><input type="radio" id="gzip" name="file_compression" value="gzip" checked>'
57
+            . '<label for="gz">gzip</label>&nbsp;&nbsp;'
58
+            . '<input type="radio" id="zip" name="file_compression" value="zip">'
59
+            . '<label for="sql">zip</label>&nbsp;&nbsp'
60
+            . '<input type="radio" id="plain" name="file_compression" value="none">'
61
+            . '<label for="sql">text</label>&nbsp;&nbsp</td></tr>';
62 62
 $tr_strd = '<tr><td class="odd" style="width:30%;"><strong>' . _AM_DETAILSTOBACKUP . '</strong></td>' . '<td><input type="checkbox" name="structure" checked>&nbsp;' . _AM_TABLESTRUCTURE . '&nbsp;' . '<input type="checkbox" name="data" checked>&nbsp;' . _AM_TABLEDATA . '&nbsp;</td></tr>';
63 63
 
64 64
 // Handle URL actions
Please login to merge, or discard this patch.
include/zip.lib.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -109,9 +109,9 @@
 block discarded – undo
109 109
         $ctrldir = implode('', $this->ctrl_dir);
110 110
 
111 111
         return $data . $ctrldir . $this->eof_ctrl_dir . pack('v', count($this->ctrl_dir)) .  // total # of entries "on this disk"
112
-               pack('v', count($this->ctrl_dir)) .  // total # of entries overall
113
-               pack('V', strlen($ctrldir)) .           // size of central dir
114
-               pack('V', strlen($data)) .              // offset to start of central dir
115
-               "\x00\x00";                             // .zip file comment length
112
+                pack('v', count($this->ctrl_dir)) .  // total # of entries overall
113
+                pack('V', strlen($ctrldir)) .           // size of central dir
114
+                pack('V', strlen($data)) .              // offset to start of central dir
115
+                "\x00\x00";                             // .zip file comment length
116 116
     } // end of the 'file()' method
117 117
 } // end of the 'zipfile' class
Please login to merge, or discard this patch.