View file chats/license/license.php

File size: 85B
<?php

$d = 1;
$m = 1;
$y = 2010;
$lclose = mktime( 0, 0, 0, $m, $d, $y );
?>