#!/usr/local/bin/php "") { if($_POST['highlight'] == "yes" or $_POST['highlight'] == "enabled") { $highlight = "yes"; } else { $highlight = "no"; } } else { $highlight = "no"; } if($_POST['rows'] <> "") $rows = $_POST['rows']; else $rows = 1; if($_POST['cols'] <> "") $cols = $_POST['cols']; else $cols = 66; if ($_POST) { if ($_POST['save']) { /* get the changes */ $rule_content2 = $_POST['code']; //copy string into file array for writing $splitcontents[$lineid] = $rule_content2; //write the new .rules file write_rule_file($splitcontents, $file); header("Location: /snort/snort_rules_edit.php?id=$id&openruleset=$file&ids=$ids"); } } $pgtitle = array(gettext("Advanced"), gettext("File Editor")); // ?>

: /> />