/var/softaculous/moodle39
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
add_admin.php7330644editdlrm
check_utf8.php60190644editdlrm
clone.php56080644editdlrm
config.php7450644editdlrm
edit.php47480644editdlrm
edit.xml4330644editdlrm
extend.php127080644editdlrm
fileindex.php9820644editdlrm
import.php58990644editdlrm
info.xml34860644editdlrm
install.js9240644editdlrm
install.php108400644editdlrm
install.xml26360644editdlrm
md542470644editdlrm
NOTES.txt16250644editdlrm
privatekey.php7860644editdlrm
update_pass.php5410644editdlrm
upgrade.php85250644editdlrm
upgrade.xml3070644editdlrm
Edit: /var/softaculous/moodle39/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, ); } ?>