mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
7 lines
220 B
PHP
7 lines
220 B
PHP
<?php
|
|
|
|
$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));
|
|
|
|
|