mirror of
https://github.com/pi-hole/web.git
synced 2026-02-23 03:05:54 +00:00
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;
|
|
} |