First commit
This commit is contained in:
9
api/addons/zendcheck.php
Normal file
9
api/addons/zendcheck.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if(phpversion() >= '5.3') {
|
||||
include 'zendcheck53.php';
|
||||
} else {
|
||||
include 'zendcheck52.php';
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user