summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-02 13:27:36 -0400
committerjim-p <jimp@pfsense.org>2015-09-02 13:27:36 -0400
commit328a238ac1bd873bea2b01f58d4d32e762b55ece (patch)
tree75b7b6eee4a93107f642f8589c7b763f470caedc /src/usr/local/www/system_gateways_edit.php
parent8eb003798bef020cc4799ddf78c352f69ab34cea (diff)
parentad2879b89a96cad751dd161fe01bc78aaabacc79 (diff)
downloadpfsense-328a238ac1bd873bea2b01f58d4d32e762b55ece.zip
pfsense-328a238ac1bd873bea2b01f58d4d32e762b55ece.tar.gz
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index bed023b..948ebe0 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -670,7 +670,7 @@ events.push(function(){
</script>
<?php
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form;
/* If this is a system gateway we need this var */
OpenPOWER on IntegriCloud