Revision cff1e21d
Added by Scott Ullrich over 18 years ago
usr/local/www/exec.php | ||
---|---|---|
7 | 7 |
(modified for m0n0wall by Manuel Kasper <mk@neon1.net>) |
8 | 8 |
*/ |
9 | 9 |
|
10 |
$omit_nocacheheaders = true; |
|
11 | 10 |
|
12 | 11 |
if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) { |
13 | 12 |
session_cache_limiter('public'); |
usr/local/www/exec_raw.php | ||
---|---|---|
29 | 29 |
POSSIBILITY OF SUCH DAMAGE. |
30 | 30 |
*/ |
31 | 31 |
|
32 |
$omit_nocacheheaders = true; |
|
33 | 32 |
|
34 | 33 |
header("Content-Type: text/plain"); |
35 | 34 |
include("guiconfig.inc"); |
Also available in: Unified diff
Unbreak exec.php