- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
<?php
//...
if(version_compare(phpversion(), '5.0') < 0) {
insert_charset_header();
require_once('phpversionfail.php');
die();
}
require_once('include/utils/utils.php');
if (version_compare(phpversion(), '5.0') < 0) {
eval('
function clone($object) {
return $object;
}
');
}
//....
?>
Lure Of Chaos 01.06.2011 15:13 # 0
Vindicar 01.06.2011 17:43 # +4
Это волшебно, блеать!
SmackMyBitchUp 03.06.2011 16:24 # 0
guest 03.06.2011 21:01 # +2
guest8 08.04.2019 20:52 # −999
guest8 09.04.2019 18:01 # −999