fulltree) { require_once(dirname(__FILE__).'/lib.php'); $settings->add(new admin_setting_configtext('sqlbox_hostname', 'Hostname', 'Host to connect to', 'localhost')); $settings->add(new admin_setting_configtext('sqlbox_database', 'Database', 'Database for SQLBox', 'sqlbox')); $settings->add(new admin_setting_configtext('sqlbox_user', 'User', 'User name for Database', 'sqlbox')); $settings->add(new admin_setting_configtext('sqlbox_password', 'Password', 'Password for the User', 'sqlbox_pw')); } ?>