Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
auth /
mnet /
Delete
Unzip
Name
Size
Permission
Date
Action
db
[ DIR ]
drwxr-sr-x
2017-06-22 14:50
lang
[ DIR ]
drwxr-sr-x
2017-06-22 14:50
auth.php
47.66
KB
-rw-r--r--
2017-06-22 14:50
config.html
2.46
KB
-rw-r--r--
2017-06-22 14:50
jump.php
2.34
KB
-rw-r--r--
2017-06-22 14:50
land.php
2.37
KB
-rw-r--r--
2017-06-22 14:50
upgrade.txt
278
B
-rw-r--r--
2017-06-22 14:51
version.php
1.18
KB
-rw-r--r--
2017-06-22 14:51
Save
Rename
<?php global $OUTPUT; // set to defaults if undefined if (!isset($config->rpc_negotiation_timeout)) { $config->rpc_negotiation_timeout = '30'; } /* See MDL-21327 for why this is commented out if (!isset ($config->auto_add_remote_users)) { $config->auto_add_remote_users = '0'; } */ $yesno = array(get_string('no'), get_string('yes')); if (empty($CFG->mnet_dispatcher_mode) || $CFG->mnet_dispatcher_mode !== 'strict') { echo $OUTPUT->box(get_string('mnetdisabled','mnet')); } ?> <div id="mnetconfig"> <table cellspacing="0" cellpadding="5"> <tr valign="top" class="required"> <td align="right"><label for="rpc_negotiation_timeout"><?php print_string('rpc_negotiation_timeout', 'auth_mnet'); ?>: </label></td> <td> <input name="rpc_negotiation_timeout" id="rpc_negotiation_timeout" type="text" size="5" value="<?php echo $config->rpc_negotiation_timeout ?>" /> <?php if (isset($err['rpc_negotiation_timeout'])) { echo $OUTPUT->error_text($err['rpc_negotiation_timeout']); } ?> </td> <td> <?php print_string('auth_mnet_rpc_negotiation_timeout', 'auth_mnet'); ?> </td> </tr> <?php /* See MDL-21327 for why this is commented out <tr valign="top" class="required"> <td align="right"><?php echo html_writer::label(get_string('auto_add_remote_users', 'auth_mnet'), 'menuauto_add_remote_users'); ?>: </td> <td> <?php echo html_writer::select($yesno, 'auto_add_remote_users', $config->auto_add_remote_users, false); ?> </td> <td> <?php print_string('auth_mnet_auto_add_remote_users', 'auth_mnet'); ?> </td> </tr> */ ?> <tr valign="top" class="required"> <td colspan="3"><?php print_string('auth_mnet_roamin', 'auth_mnet'); ?>: </td> </tr> <?php foreach($id_providers as $host) { ?> <tr valign="top" class="required"> <td align="right"><?php echo $host['name']; ?>: </td> <td colspan="2"><?php echo $host['wwwroot']; ?> </td> </tr> <?php } ?> <tr valign="top" class="required"> <td colspan="3"><?php print_string('auth_mnet_roamout', 'auth_mnet'); ?>: </td> </tr> <?php foreach($service_providers as $host) { ?> <tr valign="top" class="required"> <td align="right"><?php echo $host['name']; ?>: </td> <td colspan="2"><?php echo $host['wwwroot']; ?> </td> </tr> <?php } // print_auth_lock_options($this->authtype, $user_fields, get_string('auth_fieldlocks_help', 'auth'), false, false); ?> </table> </div>