summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_edit.php')
-rw-r--r--src/usr/local/www/diag_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_edit.php b/src/usr/local/www/diag_edit.php
index 24dedd7..1770c24 100644
--- a/src/usr/local/www/diag_edit.php
+++ b/src/usr/local/www/diag_edit.php
@@ -408,9 +408,9 @@ var Base64 = {
};
- <?php if ($_GET['action'] == "load"): ?>
+ <?php if ($_POST['action'] == "load"): ?>
events.push(function() {
- $("#fbTarget").val("<?=htmlspecialchars($_GET['path'])?>");
+ $("#fbTarget").val("<?=htmlspecialchars($_POST['path'])?>");
loadFile();
});
<?php endif; ?>
OpenPOWER on IntegriCloud