Go to file
Aadhavan Srinivasan 606d58e197 Created a logout PHP file
fonts Created directory for fonts
node_modules First commit
cat.gif First commit
checkloc.php Removed database initialization code and instead used the function defined in db.inc.php
db.inc.php Created PHP file for database-related functions
header.php Added header file
index.css Stylistic additions
index.html Included header file in index file
index.js Changed variable names to match HTML document
login.html Fixed JS errors with validation
login.js Updated password regex
login.php Fixed bugs in PHP database code
logout.php Created a logout PHP file
output.css Added Tailwind CSS file
package-lock.json First commit
package.json First commit
redirect.php Got rid of unnecessary PHP code
reqloc.html Added code to redirect the user if they are permitted to access the GLink, and show an error JS alert if they are not
result.php Removed database initialization code and instead used the function defined in db.inc.php
signup.html Changed the ID of the input element
signup.php Fixed bugs in PHP database code