From 02cc81eff934bd57edd809b14fae445e5c73cc65 Mon Sep 17 00:00:00 2001 From: Doug Wollison Date: Sat, 21 Nov 2015 12:51:32 -0500 Subject: Added use of class autoloading (GUI stuff only) Any GUI script that loads the guiconfig.inc file will have access to the autoloader. --- src/usr/local/www/diag_system_pftop.php | 1 - 1 file changed, 1 deletion(-) (limited to 'src/usr/local/www/diag_system_pftop.php') diff --git a/src/usr/local/www/diag_system_pftop.php b/src/usr/local/www/diag_system_pftop.php index d43f1b5..db06ed2 100644 --- a/src/usr/local/www/diag_system_pftop.php +++ b/src/usr/local/www/diag_system_pftop.php @@ -118,7 +118,6 @@ if ($_REQUEST['sorttype'] && in_array($_REQUEST['sorttype'], $sorttypes) && if ($input_errors) print_input_errors($input_errors); -require_once('classes/Form.class.php'); $form = new Form(false); $form->addGlobal(new Form_Input( 'getactivity', -- cgit v1.1