Warning: The PHP RADIUS extension is not present. Please ensure it is installed and enabled.

'; } include_once 'Auth/RADIUS.php'; if (!class_exists('Auth_RADIUS')) { print '

Warning: There is a problem with the PHP Pear Auth_RADIUS package. Please ensure it is installed correctly.

'; } // set to defaults if undefined if (!isset($config->host)) { $config->host = '127.0.0.1'; } if (!isset($config->nasport)) { $config->nasport = '1812'; } if (!isset($config->radiustype)) { $config->radiustype = 'PAP'; } if (!isset($config->secret)) { $config->secret = ''; } if (!isset($config->changepasswordurl)) { $config->changepasswordurl = ''; } ?>
:
:
: radiustype, ''); if (isset($err['radiustype'])) { formerr($err['radiustype']); } ?>
:
: