summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_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_nat_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_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index ce00580..aa5f710 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -439,11 +439,11 @@ $pgtitle = array(gettext("Firewall"),gettext("NAT"),gettext("Port Forward"),gett
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"); ?>
OpenPOWER on IntegriCloud