MDL-37774 Make moodle1_file_manager::migrate_directory() support trailing slash in...
[moodle.git] / blocks / online_users / settings.php
blobeb7753c3bd7ebc7a0794388c18c91bf4a6cc280a
1 <?php
3 defined('MOODLE_INTERNAL') || die;
5 if ($ADMIN->fulltree) {
6 $settings->add(new admin_setting_configtext('block_online_users_timetosee', get_string('timetosee', 'block_online_users'),
7 get_string('configtimetosee', 'block_online_users'), 5, PARAM_INT));