Added code comments with github info

This commit is contained in:
Cuga Rajal
2022-08-25 16:49:15 -07:00
parent 1687273e65
commit 2238be35bf
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
// Github: https://github.com/cuga-rajal/hgauth
$db_server = '127.0.0.1';
$db_name = 'dbname';
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
// hgauth.php - version 1.0 - 25-08-2022
// Github: https://github.com/cuga-rajal/hgauth
//
// This file is expected to be used to receive HG teleport authorization requests from an
// Opensim Authorization Service and to send responses back to that service.
+3 -1
View File
@@ -1,7 +1,9 @@
<?php
// Github: https://github.com/cuga-rajal/hgauth
//
// This file is expected to be used to present an authorization from on a web browser
// to a user who has attempted to HG teleport to an Opensim region.
//
// Make sure your date.timezone is set in php-ini
$tokenerror = "You have accessed this page differently than intended. Please use the link provided from your Opensim Viewer.";