Added (Check Duplicates Before Adding New User)

master
Abanoub Hany 2024-07-01 19:25:59 +03:00
parent 78804d508a
commit 1e80ec8245
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php <?php
//$file = "/etc/ppp/chap-secrets"; $file = "/etc/ppp/chap-secrets";
$file = "./chap-secrets"; //$file = "./chap-secrets";
// Read the file into an array // Read the file into an array
function readUsers($file) { function readUsers($file) {