GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — 2.9 ( b3e897...0ec496 )
by Thorsten
17:25
created
phpmyfaq/admin/report.main.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,23 +1,23 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The reporting page.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Gustavo Solt <[email protected]>
14
- * @author    Thorsten Rinne <[email protected]>
15
- * @copyright 2011-2015 phpMyFAQ Team
16
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
- *
18
- * @link      http://www.phpmyfaq.de
19
- * @since     2011-01-12
20
- */
3
+     * The reporting page.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Gustavo Solt <[email protected]>
14
+     * @author    Thorsten Rinne <[email protected]>
15
+     * @copyright 2011-2015 phpMyFAQ Team
16
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
+     *
18
+     * @link      http://www.phpmyfaq.de
19
+     * @since     2011-01-12
20
+     */
21 21
 if (!defined('IS_VALID_PHPMYFAQ')) {
22 22
     $protocol = 'http';
23 23
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
phpmyfaq/admin/report.view.php 2 patches
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,23 +1,23 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * View a generated report.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Gustavo Solt <[email protected]>
14
- * @author    Thorsten Rinne <[email protected]>
15
- * @copyright 2011-2015 phpMyFAQ Team
16
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
- *
18
- * @link      http://www.phpmyfaq.de
19
- * @since     2011-01-12
20
- */
3
+     * View a generated report.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Gustavo Solt <[email protected]>
14
+     * @author    Thorsten Rinne <[email protected]>
15
+     * @copyright 2011-2015 phpMyFAQ Team
16
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
+     *
18
+     * @link      http://www.phpmyfaq.de
19
+     * @since     2011-01-12
20
+     */
21 21
 if (!defined('IS_VALID_PHPMYFAQ')) {
22 22
     $protocol = 'http';
23 23
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -55,18 +55,18 @@
 block discarded – undo
55 55
                     <thead>
56 56
                         <tr>
57 57
 <?php
58
-    ($useCategory)     ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_category']) : '';
59
-    ($useSubcategory)  ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_sub_category']) : '';
60
-    ($useTranslation)  ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_translations']) : '';
61
-    ($useLanguage)     ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_language']) : '';
62
-    ($useId)           ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_id']) : '';
63
-    ($useSticky)       ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_sticky']) : '';
64
-    ($useTitle)        ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_title']) : '';
58
+    ($useCategory) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_category']) : '';
59
+    ($useSubcategory) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_sub_category']) : '';
60
+    ($useTranslation) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_translations']) : '';
61
+    ($useLanguage) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_language']) : '';
62
+    ($useId) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_id']) : '';
63
+    ($useSticky) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_sticky']) : '';
64
+    ($useTitle) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_title']) : '';
65 65
     ($useCreationDate) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_creation_date']) : '';
66
-    ($useOwner)        ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_owner']) : '';
66
+    ($useOwner) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_owner']) : '';
67 67
     ($useLastModified) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_last_modified_person']) : '';
68
-    ($useUrl)          ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_url']) : '';
69
-    ($useVisits)       ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_visits']) : '';
68
+    ($useUrl) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_url']) : '';
69
+    ($useVisits) ? printf('<th>%s</th>', $PMF_LANG['ad_stat_report_visits']) : '';
70 70
     ?>
71 71
                         </tr>
72 72
                     </thead>
Please login to merge, or discard this patch.
phpmyfaq/admin/session.keepalive.php 2 patches
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -1,26 +1,26 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * A dummy page used within an IFRAME for warning the user about his next
4
- * session expiration and to give him the contextual possibility for
5
- * refreshing the session by clicking <OK>.
6
- *
7
- * PHP Version 5.5
8
- *
9
- * This Source Code Form is subject to the terms of the Mozilla Public License,
10
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
11
- * obtain one at http://mozilla.org/MPL/2.0/.
12
- *
13
- * @category  phpMyFAQ
14
- *
15
- * @author    Matteo Scaramuccia <[email protected]>
16
- * @author    Thorsten Rinne <[email protected]>
17
- * @author    Uwe Pries <[email protected]>
18
- * @copyright 2006-2015 phpMyFAQ Team
19
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
20
- *
21
- * @link      http://www.phpmyfaq.de
22
- * @since     2006-05-08
23
- */
3
+     * A dummy page used within an IFRAME for warning the user about his next
4
+     * session expiration and to give him the contextual possibility for
5
+     * refreshing the session by clicking <OK>.
6
+     *
7
+     * PHP Version 5.5
8
+     *
9
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
10
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
11
+     * obtain one at http://mozilla.org/MPL/2.0/.
12
+     *
13
+     * @category  phpMyFAQ
14
+     *
15
+     * @author    Matteo Scaramuccia <[email protected]>
16
+     * @author    Thorsten Rinne <[email protected]>
17
+     * @author    Uwe Pries <[email protected]>
18
+     * @copyright 2006-2015 phpMyFAQ Team
19
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
20
+     *
21
+     * @link      http://www.phpmyfaq.de
22
+     * @since     2006-05-08
23
+     */
24 24
 define('PMF_ROOT_DIR', dirname(__DIR__));
25 25
 
26 26
 //
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 if (!$user instanceof PMF_User_CurrentUser) {
52 52
     $user = PMF_User_CurrentUser::getFromSession($faqConfig);
53 53
 }
54
-$refreshTime = (PMF_AUTH_TIMEOUT - PMF_AUTH_TIMEOUT_WARNING) * 60;
54
+$refreshTime = (PMF_AUTH_TIMEOUT - PMF_AUTH_TIMEOUT_WARNING)*60;
55 55
 ?>
56 56
 <!DOCTYPE html>
57 57
 <html lang="<?php print $PMF_LANG['metaLanguage']; ?>" class="no-js">
Please login to merge, or discard this patch.
phpmyfaq/admin/stat.adminlog.php 2 patches
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -1,24 +1,24 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Overview of actions in the admin section.
4
- *
5
- * PHP Version 5.5
6
- *
7
- *  http://www.mozilla.org/MPL/
8
- *
9
- * This Source Code Form is subject to the terms of the Mozilla Public License,
10
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
11
- * obtain one at http://mozilla.org/MPL/2.0/.
12
- *
13
- * @category  phpMyFAQ
14
- *
15
- * @author    Thorsten Rinne <[email protected]>
16
- * @copyright 2003-2015 phpMyFAQ Team
17
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
18
- *
19
- * @link      http://www.phpmyfaq.de
20
- * @since     2003-02-23
21
- */
3
+     * Overview of actions in the admin section.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     *  http://www.mozilla.org/MPL/
8
+     *
9
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
10
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
11
+     * obtain one at http://mozilla.org/MPL/2.0/.
12
+     *
13
+     * @category  phpMyFAQ
14
+     *
15
+     * @author    Thorsten Rinne <[email protected]>
16
+     * @copyright 2003-2015 phpMyFAQ Team
17
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
18
+     *
19
+     * @link      http://www.phpmyfaq.de
20
+     * @since     2003-02-23
21
+     */
22 22
 if (!defined('IS_VALID_PHPMYFAQ')) {
23 23
     $protocol = 'http';
24 24
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@
 block discarded – undo
37 37
     $page = PMF_Filter::filterInput(INPUT_GET, 'page', FILTER_VALIDATE_INT, 1);
38 38
 
39 39
     if (is_null($pages)) {
40
-        $pages = round(($logging->getNumberOfEntries() + ($perpage / 3)) / $perpage, 0);
40
+        $pages = round(($logging->getNumberOfEntries() + ($perpage/3))/$perpage, 0);
41 41
     }
42 42
 
43
-    $start = ($page - 1) * $perpage;
43
+    $start = ($page - 1)*$perpage;
44 44
     $ende = $start + $perpage;
45 45
 
46 46
     $baseUrl = sprintf(
Please login to merge, or discard this patch.
phpmyfaq/admin/stat.browser.php 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Sessionbrowser.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Thorsten Rinne <[email protected]>
14
- * @copyright 2003-2015 phpMyFAQ Team
15
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
- *
17
- * @link      http://www.phpmyfaq.de
18
- * @since     2003-02-24
19
- */
3
+     * Sessionbrowser.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Thorsten Rinne <[email protected]>
14
+     * @copyright 2003-2015 phpMyFAQ Team
15
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
+     *
17
+     * @link      http://www.phpmyfaq.de
18
+     * @since     2003-02-24
19
+     */
20 20
 if (!defined('IS_VALID_PHPMYFAQ')) {
21 21
     $protocol = 'http';
22 22
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
phpmyfaq/admin/stat.main.php 2 patches
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,23 +1,23 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The main statistics page.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Thorsten Rinne <[email protected]>
14
- * @author    Matteo Scaramuccia <[email protected]>
15
- * @copyright 2003-2015 phpMyFAQ Team
16
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
- *
18
- * @link      http://www.phpmyfaq.de
19
- * @since     2003-02-24
20
- */
3
+     * The main statistics page.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Thorsten Rinne <[email protected]>
14
+     * @author    Matteo Scaramuccia <[email protected]>
15
+     * @copyright 2003-2015 phpMyFAQ Team
16
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
+     *
18
+     * @link      http://www.phpmyfaq.de
19
+     * @since     2003-02-24
20
+     */
21 21
 if (!defined('IS_VALID_PHPMYFAQ')) {
22 22
     $protocol = 'http';
23 23
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
                     <tr>
140 140
                         <td><?php echo $PMF_LANG['ad_stat_vpd'];
141 141
     ?>:</td>
142
-                        <td><?php echo(($danz != 0) ? round(($vanz / $danz), 2) : 0);
142
+                        <td><?php echo(($danz != 0) ? round(($vanz/$danz), 2) : 0);
143 143
     ?></td>
144 144
                     </tr>
145 145
                     <tr>
Please login to merge, or discard this patch.
phpmyfaq/admin/stat.ratings.php 2 patches
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The page with the ratings of the votings.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Thorsten Rinne <[email protected]>
14
- * @copyright 2003-2015 phpMyFAQ Team
15
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
- *
17
- * @link      http://www.phpmyfaq.de
18
- * @since     2003-02-24
19
- */
3
+     * The page with the ratings of the votings.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Thorsten Rinne <[email protected]>
14
+     * @copyright 2003-2015 phpMyFAQ Team
15
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
+     *
17
+     * @link      http://www.phpmyfaq.de
18
+     * @since     2003-02-24
19
+     */
20 20
 if (!defined('IS_VALID_PHPMYFAQ')) {
21 21
     $protocol = 'http';
22 22
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -101,18 +101,18 @@
 block discarded – undo
101 101
         ?></td>
102 102
                         <td>
103 103
                             <?php
104
-                            if (round($data['num'] * 20) > 75) {
104
+                            if (round($data['num']*20) > 75) {
105 105
                                 $progressBar = 'success';
106
-                            } elseif (round($data['num'] * 20) < 25) {
106
+                            } elseif (round($data['num']*20) < 25) {
107 107
                                 $progressBar = 'danger';
108 108
                             } else {
109 109
                                 $progressBar = 'info';
110 110
                             }
111 111
         ?>
112
-                            <meter value="<?php echo round($data['num'] * 20);
112
+                            <meter value="<?php echo round($data['num']*20);
113 113
         ?>" max="100" min="0" low="25" optimum="75"></meter>
114 114
                         </td>
115
-                        <td><?php echo round($data['num'] * 20);
115
+                        <td><?php echo round($data['num']*20);
116 116
         ?>%</td>
117 117
                     </tr>
118 118
 <?php
Please login to merge, or discard this patch.
phpmyfaq/admin/stat.search.php 2 patches
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -1,23 +1,23 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Frontend for search log statistics.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Anatoliy Belsky <[email protected]>
14
- * @author    Thorsten Rinne <[email protected]>
15
- * @copyright 2003-2015 phpMyFAQ Team
16
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
- *
18
- * @link      http://www.phpmyfaq.de
19
- * @since     2003-03-30
20
- */
3
+     * Frontend for search log statistics.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Anatoliy Belsky <[email protected]>
14
+     * @author    Thorsten Rinne <[email protected]>
15
+     * @copyright 2003-2015 phpMyFAQ Team
16
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
17
+     *
18
+     * @link      http://www.phpmyfaq.de
19
+     * @since     2003-03-30
20
+     */
21 21
 if (!defined('IS_VALID_PHPMYFAQ')) {
22 22
     $protocol = 'http';
23 23
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,10 +62,10 @@  discard block
 block discarded – undo
62 62
     $searchesList = $search->getMostPopularSearches($searchesCount + 1, true);
63 63
 
64 64
     if (is_null($pages)) {
65
-        $pages = round((count($searchesList) + ($perpage / 3)) / $perpage, 0);
65
+        $pages = round((count($searchesList) + ($perpage/3))/$perpage, 0);
66 66
     }
67 67
 
68
-    $start = ($page - 1) * $perpage;
68
+    $start = ($page - 1)*$perpage;
69 69
     $ende = $start + $perpage;
70 70
 
71 71
     $baseUrl = sprintf(
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
         }
119 119
         ++$displayedCounter;
120 120
 
121
-        $num = round(($searchItem['number'] * 100 / $searchesCount), 2);
121
+        $num = round(($searchItem['number']*100/$searchesCount), 2);
122 122
         ?>
123 123
                     <tr class="row_search_id_<?php echo $searchItem['id'] ?>">
124 124
                         <td><?php echo PMF_String::htmlspecialchars($searchItem['searchterm']);
Please login to merge, or discard this patch.
phpmyfaq/admin/stat.show.php 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Show the session.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Thorsten Rinne <[email protected]>
14
- * @copyright 2003-2015 phpMyFAQ Team
15
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
- *
17
- * @link      http://www.phpmyfaq.de
18
- * @since     2003-02-24
19
- */
3
+     * Show the session.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Thorsten Rinne <[email protected]>
14
+     * @copyright 2003-2015 phpMyFAQ Team
15
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
+     *
17
+     * @link      http://www.phpmyfaq.de
18
+     * @since     2003-02-24
19
+     */
20 20
 if (!defined('IS_VALID_PHPMYFAQ')) {
21 21
     $protocol = 'http';
22 22
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.