X Tutup
valid ) { echo("

Error: Incorrect LTI secret

"); return; } $_SESSION['oauth_consumer_secret'] = $oauth_consumer_secret; $_SESSION['oauth_consumer_key'] = $oauth_consumer_key; } ?>
valid && $context->getOutcomeService() !== false ) { ?> valid && isset($_GET["done"]) ) { $url = $_GET['done']; echo("\n"); } ?>
Enter Your Python Code Here:
Desired Output

dump(); print "\nSESSION Parameters:\n\n"; ksort($_SESSION); foreach($_SESSION as $key => $value ) { if (get_magic_quotes_gpc()) $value = stripslashes($value); print "$key=$value (".mb_detect_encoding($value).")\n"; } print "-->"; ?>
X Tutup