Files
web-discuz/api/addons/zendcheck.php
2025-06-27 21:04:18 +08:00

9 lines
105 B
PHP
Executable File

<?php
if(phpversion() >= '5.3') {
include 'zendcheck53.php';
} else {
include 'zendcheck52.php';
}
?>