Implemented password checking

Currently allows anything for the password. This will be updated when I implment passwords on the main repo.
This commit is contained in:
Mcat12
2016-02-28 14:52:54 -05:00
parent ac5b43c5e7
commit 5d1761b19d
5 changed files with 82 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
function checkPass($pass) {
// Check password
return true;
}