php8.0 버전 호환 코드 적용 및 PHP 끝 태그 삭제 일괄적용
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
<?php
|
||||
include_once('../../common.php');
|
||||
?>
|
||||
include_once('../../common.php');
|
||||
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
require_once(dirname(__FILE__).'/recaptcha.class.php');
|
||||
require_once(dirname(__FILE__).'/recaptcha.user.lib.php');
|
||||
?>
|
||||
require_once(dirname(__FILE__).'/recaptcha.user.lib.php');
|
||||
@ -143,5 +143,4 @@ class ReCaptcha_GNU
|
||||
}
|
||||
return $recaptchaResponse;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
||||
@ -47,5 +47,4 @@ function chk_captcha(){
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
?>
|
||||
}
|
||||
Reference in New Issue
Block a user