mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-9296 removing forgotten debug code in admin/mnet/trustedhosts.php; merged from MOODLE_18_STABLE
This commit is contained in:
parent
5671e77f13
commit
7e040a15ed
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@
|
||||||
|
|
||||||
/// If data submitted, process and store
|
/// If data submitted, process and store
|
||||||
if (($form = data_submitted()) && confirm_sesskey()) {
|
if (($form = data_submitted()) && confirm_sesskey()) {
|
||||||
echo 'a';
|
|
||||||
$hostlist = preg_split("/[\s,]+/", $form->hostlist);
|
$hostlist = preg_split("/[\s,]+/", $form->hostlist);
|
||||||
foreach($hostlist as $host) {
|
foreach($hostlist as $host) {
|
||||||
list($address, $mask) = explode('/', $host.'/');
|
list($address, $mask) = explode('/', $host.'/');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue