Skip to content

Commit 6a1cbc3

Browse files
committed
PHP 5.3 version...
1 parent e1f8fd9 commit 6a1cbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_example.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
if(!defined("PHP_VERSION_ID") || PHP_VERSION_ID < 50408 || !extension_loaded('openssl') || !extension_loaded('curl')) {
4-
die("You need at least PHP 5.4.8 with OpenSSL and curl extension\n");
3+
if(!defined("PHP_VERSION_ID") || PHP_VERSION_ID < 50300 || !extension_loaded('openssl') || !extension_loaded('curl')) {
4+
die("You need at least PHP 5.3.0 with OpenSSL and curl extension\n");
55
}
66
require 'Lescript.php';
77

0 commit comments

Comments
 (0)