Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ADLMeganBohland committed Aug 15, 2024
1 parent 58f5601 commit 24e098c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions cmi5setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/


// NEeded for moodle pae. sets up loabl
// Needed for moodle page.
require_once(dirname(dirname(dirname(__FILE__))) . '/config.php');

// Tell moodle about our page, tell it what the url is.\\
Expand Down Expand Up @@ -51,13 +51,7 @@
$playerpass = get_config('cmi5launch', 'cmi5launchbasepass');

$playerpass = null;
echo "<br>";
echo"Settings are: ";
echo $playerurl . " ";
echo "<br>";
echo $playername;
echo "<br>";
echo $playerpass;

// If the settings are not set, then display the first form.
if(!$playerurl || !$playername || !$playerpass){

Expand Down

0 comments on commit 24e098c

Please sign in to comment.