/var/softaculous/moodle41
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
add_admin.php7330644editdlrm
check_utf8.php70610644editdlrm
clone.php55950644editdlrm
config.php7450644editdlrm
edit.php47400644editdlrm
edit.xml4330644editdlrm
extend.php127240644editdlrm
fileindex.php9430644editdlrm
get_plugin_list.php5720644editdlrm
import.php67830644editdlrm
info.xml36920644editdlrm
install.js9240644editdlrm
install.php112730644editdlrm
install.xml33030644editdlrm
md536830644editdlrm
NOTES.txt19310644editdlrm
privatekey.php9750644editdlrm
update_pass.php5410644editdlrm
upgrade.php81770644editdlrm
upgrade.xml3070644editdlrm
Edit: /var/softaculous/moodle41/privatekey.php (975B)
'.$ltikey['kid'].''; echo ''.$ltikey['privatekey'].''; echo ''.$enrol_lti['kid'].''; echo ''.$enrol_lti['privatekey'].''; function __mod_lti_verify_private_key() { global $error; if (!function_exists('openssl_random_pseudo_bytes')) { $error[] = "openssl must be loaded for openssl_random_pseudo_bytes to function"; return null; } // Create the private key. $kid = bin2hex(openssl_random_pseudo_bytes(10)); $config = array( "digest_alg" => "sha256", "private_key_bits" => 2048, "private_key_type" => OPENSSL_KEYTYPE_RSA, ); $res = openssl_pkey_new($config); openssl_pkey_export($res, $privatekey); return array( 'kid' => $kid, 'privatekey' => $privatekey, ); } ?>