mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
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:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
function checkPass($pass) {
|
||||
// Check password
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user