/[LeafOK_CVS]/fenglin/bbs/user_reg_check.inc.php
ViewVC logotype

Diff of /fenglin/bbs/user_reg_check.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1