1.1 --- a/versionchecker/versionchecker.php Thu Jul 30 20:54:15 2009 +0200
1.2 +++ b/versionchecker/versionchecker.php Sun Aug 30 19:25:20 2009 +0200
1.3 @@ -9,7 +9,7 @@
1.4 <p align="left"><a href="http://www.geeklog.net/" title="go to the Geeklog homepage"><img src="http://www.geeklog.net/docs/images/newlogo.gif" alt="" width="243" height="90" border="0"></a></p>
1.5 <?php
1.6
1.7 -$current = '1.6.0sr1';
1.8 +$current = '1.6.0sr2';
1.9 $version = '';
1.10 if (isset ($_GET['version'])) {
1.11 $version = strip_tags ($_GET['version']);
1.12 @@ -47,8 +47,9 @@
1.13 '1.5.2sr2' => '1.5.2sr5',
1.14 '1.5.2sr3' => '1.5.2sr5',
1.15 '1.5.2sr4' => '1.5.2sr5',
1.16 - '1.5.2sr5' => '1.6.0sr1',
1.17 - '1.6.0' => '1.6.0sr1'
1.18 + '1.5.2sr5' => '1.6.0sr2',
1.19 + '1.6.0' => '1.6.0sr2',
1.20 + '1.6.0sr1' => '1.6.0sr2'
1.21 );
1.22
1.23 $v = explode ('.', $version);