Skip to content

humveee/PHP-Simple-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Simple Auth

config.php

<?php


$hostname = "localhost";
$username = "root";
$password = "";
$db = "auth";

?>

About

Simple HWID Locked PHP Auth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages