/var/softaculous/moodle43
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
add_admin.php7330644editdlrm
check_utf8.php71620644editdlrm
clone.php56520644editdlrm
config.php7450644editdlrm
edit.php47200644editdlrm
edit.xml4330644editdlrm
extend.php127120644editdlrm
fileindex.php9710644editdlrm
get_plugin_list.php5720644editdlrm
import.php72490644editdlrm
info.xml36440644editdlrm
install.js9240644editdlrm
install.php113830644editdlrm
install.xml34050644editdlrm
md552430644editdlrm
NOTES.txt22770644editdlrm
privatekey.php9750644editdlrm
update_pass.php5410644editdlrm
upgrade.php87200644editdlrm
upgrade.xml3070644editdlrm
Edit: /var/softaculous/moodle43/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, ); } ?>