diff options
Diffstat (limited to 'src/usr/local/www/diag_testport.php')
-rw-r--r-- | src/usr/local/www/diag_testport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_testport.php b/src/usr/local/www/diag_testport.php index 5ff0140..c0bfa30 100644 --- a/src/usr/local/www/diag_testport.php +++ b/src/usr/local/www/diag_testport.php @@ -235,7 +235,7 @@ else { print('<div class="alert alert-danger" role="alert">'.gettext('Connection failed.').'</div>'); } -require('classes/Form.class.php'); +require_once('classes/Form.class.php'); $form = new Form('Test'); |