From 13df17f23663f0de2f7d8b9abd5d9453b99a8400 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 30 Aug 2013 08:33:28 +0100 Subject: [PATCH] Update button added Clickable to the new update() function --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 78bc464..a243f21 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ if ($ICEcoder["checkUpdates"]) { $thisV = $ICEcoder["versionNo"]; if (strpos($thisV,"beta")>-1 && !strpos($icv,"beta") && str_replace(" beta","",$thisV) == $icv) {$thisV-=0.1;}; if ($thisV<$icv) { - $updateMsg = ";top.ICEcoder.dataMessage('UPDATE INFO: ICEcoder v ".$icv." now available. (Your version is v ".$ICEcoder["versionNo"]."). Get it free from icecoder.net
".$icvI."');"; + $updateMsg = ";top.ICEcoder.dataMessage('UPDATE INFO: ICEcoder v ".$icv." now available. (Your version is v ".$ICEcoder["versionNo"].").

Update now

".$icvI."');"; } } ?>