summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/pkg_mgr_settings.php')
-rw-r--r--src/usr/local/www/pkg_mgr_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_settings.php b/src/usr/local/www/pkg_mgr_settings.php
index da3c393..13a6b40 100644
--- a/src/usr/local/www/pkg_mgr_settings.php
+++ b/src/usr/local/www/pkg_mgr_settings.php
@@ -88,7 +88,7 @@ print_info_box(gettext('This page allows an alternate package repository to be c
'The package server settings should remain at their default values to ensure that verifiable and trusted packages are recevied.' .
'A warning is printed on the Dashboard and in the package manager when an unofficial package server is in use.'), 'default');
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form();
OpenPOWER on IntegriCloud