Files
web/php/functions.php
Mcat12 5d1761b19d Implemented password checking
Currently allows anything for the password. This will be updated when I implment passwords on the main repo.
2016-02-28 14:52:54 -05:00

5 lines
74 B
PHP

<?php
function checkPass($pass) {
// Check password
return true;
}