Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 06:36:57 2025 UTC | Revision 1.2 by sysadm, Wed Apr 23 11:32:53 2025 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | function check_str($str) | function check_str($str) : bool |
| 3 | { | { |
| 4 | $filename = "../conf/deny_reg.conf"; | $filename = "../conf/deny_reg.conf"; |
| 5 | $contents = file_get_contents($filename); | $contents = file_get_contents($filename); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |