Added (Check Duplicates Before Adding New User)

This commit is contained in:
Abanoub Hany 2024-07-01 19:46:17 +03:00
parent f5266b69a2
commit 10c9c24742

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) {