summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_patterns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-14 18:16:13 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-14 18:20:27 -0400
commit13d193c2f742f037ff4e87e373922d8b6e7c5749 (patch)
tree991614998a749391854dea5bb3cb5edc5380e88a /usr/local/www/diag_patterns.php
parent40b48c6cd486efddf88a805efeb42e3181fd93bc (diff)
downloadpfsense-13d193c2f742f037ff4e87e373922d8b6e7c5749.zip
pfsense-13d193c2f742f037ff4e87e373922d8b6e7c5749.tar.gz
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Diffstat (limited to 'usr/local/www/diag_patterns.php')
-rwxr-xr-xusr/local/www/diag_patterns.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/usr/local/www/diag_patterns.php b/usr/local/www/diag_patterns.php
index 551fc44..2e1d264 100755
--- a/usr/local/www/diag_patterns.php
+++ b/usr/local/www/diag_patterns.php
@@ -26,6 +26,10 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ pfSense_MODULE: shaper
+*/
+
##|+PRIV
##|*IDENT=page-diagnostics-patters
##|*NAME=Diagnostics: Patterns page
@@ -33,7 +37,6 @@
##|*MATCH=patterns.php*
##|-PRIV
-
require("guiconfig.inc");
//Move the upload file to /usr/local/share/protocols (is_uploaded_file must use tmp_name as argument)
@@ -56,7 +59,6 @@ $pgtitle = array("Diagnostics","Add layer7 pattern");
include("head.inc");
?>
-
<style>
<!--
@@ -95,8 +97,6 @@ pre {
<?php include("fbegin.inc"); ?>
<p><strong>You can upload new layer7 patterns to your system!</strong></p>
<?php if ($ulmsg) echo "<p class=\"red\"><strong>" . $ulmsg . "</strong></p>\n"; ?>
-
-
<div id="niftyOutter">
<form action="diag_patterns.php" method="POST" enctype="multipart/form-data" name="frmPattern">
<table>
@@ -124,7 +124,3 @@ pre {
</form>
</body>
</html>
-
-<?php
-
-?>
OpenPOWER on IntegriCloud