Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicFX committed Jul 17, 2024
1 parent ed55bd8 commit 8339906
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,12 @@ <h2>Hat Texture</h2>
createColorButtons();
createHatButtons();
} else {
document.getElementById('auth-section').innerHTML = '<p>Authentication failed. Please try again.</p>';
//document.getElementById('auth-section').innerHTML = '<p>Authentication failed. Please try again.</p>';
document.getElementById('auth-section').style.display = 'none';
document.getElementById('hud-content').style.display = 'block';
createGemButtons();
createColorButtons();
createHatButtons();
}
}

Expand Down
2 changes: 1 addition & 1 deletion sendToSL.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$channel = $_GET['channel'];
$message = $_GET['message'];

$url = "http://cubicfx.studio:12345/cap/aa45e181-2bf9-5697-2931-086833208dd7"; // Replace with your actual cap URL
$url = "http://simhost-06c9a56af17a2102e.agni.secondlife.io:12046/cap/86efa31f-5b7a-6256-4f57-9711e7e07125"; // Replace with your actual cap URL
$data = array('uuid' => $uuid, 'channel' => $channel, 'message' => $message);

$options = array(
Expand Down

0 comments on commit 8339906

Please sign in to comment.