aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd/spamd_db_ext.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-02-18 16:15:54 -0500
committerjim-p <jimp@pfsense.org>2014-02-18 16:15:54 -0500
commita973e73b6fe151a342d5c998ed02c3fce482d006 (patch)
tree3db0645d2834c5124db6f2dd66d97a5005ca4702 /config/spamd/spamd_db_ext.php
parent48a6f785e551967611ca49f40c05d1a567dd628e (diff)
downloadpfsense-packages-a973e73b6fe151a342d5c998ed02c3fce482d006.tar.gz
pfsense-packages-a973e73b6fe151a342d5c998ed02c3fce482d006.tar.bz2
pfsense-packages-a973e73b6fe151a342d5c998ed02c3fce482d006.zip
Use escapeshellarg for spamd; remove unused echo.
Diffstat (limited to 'config/spamd/spamd_db_ext.php')
-rw-r--r--config/spamd/spamd_db_ext.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/spamd/spamd_db_ext.php b/config/spamd/spamd_db_ext.php
index e029f676..61a90141 100644
--- a/config/spamd/spamd_db_ext.php
+++ b/config/spamd/spamd_db_ext.php
@@ -54,8 +54,6 @@ foreach($config['installedpackages']['spamdoutlook']['config'] as $outlook) {
}
}
-exec("echo {$_GET['action']} > /tmp/tmp");
-
/* handle AJAX operations */
if($_GET['action'] or $_POST['action']) {
if($_GET['action'])