summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-11-05 05:06:46 -0800
committerJim P <jim@pingle.org>2012-11-05 05:06:46 -0800
commit19588eae032e6edf595bd22db5722976fc195a50 (patch)
treea6f9b0213d39dbbf0aa722f05f5e6eafd31345d3 /usr/local/www/firewall_rules_edit.php
parent7e669778016a5fb09ea6ba913cac7b19ab13c19b (diff)
parent8327246694910ef2e37a1dab3ae346083b12cca9 (diff)
downloadpfsense-19588eae032e6edf595bd22db5722976fc195a50.zip
pfsense-19588eae032e6edf595bd22db5722976fc195a50.tar.gz
Merge pull request #245 from ogunacik/RELENG_2_0
fixed paths
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index ba9b3ce..85a098d 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -596,11 +596,11 @@ $page_filename = "firewall_rules_edit.php";
include("head.inc");
?>
-<link rel="stylesheet" href="/pfCenter/javascript/chosen/chosen.css" />
+<link rel="stylesheet" href="javascript/chosen/chosen.css" />
</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<script src="/pfCenter/javascript/chosen/chosen.proto.js" type="text/javascript"></script>
+<script src="javascript/chosen/chosen.proto.js" type="text/javascript"></script>
<?php include("fbegin.inc"); ?>
<?php pfSense_handle_custom_code("/usr/local/pkg/firewall_rules/pre_input_errors"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud