/var/softaculous/moodle29
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
add_admin.php7330644editdlrm
check_utf8.php60190644editdlrm
clone.php56080644editdlrm
config.php7450644editdlrm
data.zip77170644editdlrm
edit.php58300644editdlrm
edit.xml4330644editdlrm
fileindex.php8800644editdlrm
import.php54370644editdlrm
info.xml34480644editdlrm
install.js9240644editdlrm
install.php200510644editdlrm
install.xml25940644editdlrm
md544930644editdlrm
moodle29.sql10173870644editdlrm
moodle29.zip598167300644editdlrm
NOTES.txt15500644editdlrm
privatekey.php7860644editdlrm
update_pass.php32510644editdlrm
upgrade.php75410644editdlrm
upgrade.xml3070644editdlrm
Edit: /var/softaculous/moodle29/privatekey.php (786B)
'.$ltikey['kid'].''; echo ''.$ltikey['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, ); } ?>