Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 06:36:57 2025 UTC | Revision 1.3 by sysadm, Tue Apr 29 11:55:32 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); |
| # | Line 24 function check_str($str) | Line 24 function check_str($str) |
| 24 | ||
| 25 | return true; | return true; |
| 26 | } | } |
| ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |