From a973e73b6fe151a342d5c998ed02c3fce482d006 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 18 Feb 2014 16:15:54 -0500 Subject: Use escapeshellarg for spamd; remove unused echo. --- config/spamd/spamd_db_ext.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/spamd/spamd_db_ext.php') 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']) -- cgit v1.2.3