mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
9 lines
285 B
PHP
9 lines
285 B
PHP
<?php
|
|
|
|
defined('MOODLE_INTERNAL') || die;
|
|
|
|
if ($ADMIN->fulltree) {
|
|
$settings->add(new admin_setting_configtext('block_online_users_timetosee', get_string('timetosee', 'block_online_users'),
|
|
get_string('configtimetosee', 'block_online_users'), 5, PARAM_INT));
|
|
}
|
|
|