summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_routes_edit.php')
-rw-r--r--src/usr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_routes_edit.php b/src/usr/local/www/system_routes_edit.php
index 1a8974f..9c7b294 100644
--- a/src/usr/local/www/system_routes_edit.php
+++ b/src/usr/local/www/system_routes_edit.php
@@ -238,7 +238,7 @@ include("head.inc");
if ($input_errors)
print_input_errors($input_errors);
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form;
if (isset($id) && $a_routes[$id]) {
OpenPOWER on IntegriCloud