diff options
Diffstat (limited to 'packages/snort/snort_rulesets.php')
-rw-r--r-- | packages/snort/snort_rulesets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/snort/snort_rulesets.php b/packages/snort/snort_rulesets.php index ff0afe9c..a0c894ce 100644 --- a/packages/snort/snort_rulesets.php +++ b/packages/snort/snort_rulesets.php @@ -111,7 +111,7 @@ include("head.inc"); echo " <input type='checkbox' name='toenable[]' value='$file' {$CHECKED} />"; echo "</td>"; echo "<td>"; - echo "<a target='_new' href='edit.php?submit=Load&savetopath=" . urlencode($file) . "'>{$file}</a>"; + echo "<a target='_new' href='edit.php?submit=Load&savetopath=" . urlencode("/usr/local/etc/snort/rules/") . urlencode($file) . "'>{$file}</a>"; echo "</td>"; //echo "<td>"; //echo "description"; |