Topic: some problem install 1.3
Hi I get this error....
$cur_version = (strlen($cur_version) == 2) ? intval($cur_version) * 10 : intval($cur_version); $latest_version = str_replace('.', '', strtolower($latest_version)); $latest_version = (strlen($latest_version) == 2) ? intval($latest_version) * 10 : intval($latest_version); if ($cur_version >= $latest_version) echo 'You are running the latest version of PunBB.
'; else echo 'A new version of PunBB has been released. You should download the latest version at PunBB.org.
'; } ?> © Copyright 2002, 2003, 2004, 2005 Rickard Andersson