mirror of
https://github.com/pi-hole/web.git
synced 2026-07-02 12:35:47 +01:00
5d1761b19d
Currently allows anything for the password. This will be updated when I implment passwords on the main repo.
5 lines
74 B
PHP
5 lines
74 B
PHP
<?php
|
|
function checkPass($pass) {
|
|
// Check password
|
|
return true;
|
|
} |