We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38741f7 commit 6d35fd0Copy full SHA for 6d35fd0
src/FrontEnd.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: Front-end handler (last modified: 2022.08.19).
+ * This file: Front-end handler (last modified: 2022.08.20).
12
*/
13
14
namespace phpMussel\FrontEnd;
@@ -1746,7 +1746,6 @@ public function view(string $Page = ''): void
1746
1747
/** Restore success! */
1748
if (empty($this->InstanceCache['RestoreStatus'])) {
1749
-
1750
/** Download the file. */
1751
if ($_POST['do'] === 'download-file') {
1752
header('Content-Type: application/octet-stream');
0 commit comments