--- trunk/www/404.html 2010/09/16 09:46:30 120 +++ trunk/www/404.html 2010/09/16 11:30:36 121 @@ -89,13 +89,13 @@ if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){ - if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso")) - $myRedirURL="clonezilla-sysresccd-full-mod-myVersion.iso"; + if (file_exists("clonezilla-sysresccd-full-mod-3.1.0.iso")) + $myRedirURL="clonezilla-sysresccd-full-mod-3.1.0.iso"; else $myRedirURL="index.html#download"; }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){ if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-") - $myRedirURL="create-clonezilla-sysresccd-myVersion.tar.gz"; + $myRedirURL="create-clonezilla-sysresccd-3.1.0.tar.gz"; } echo $Text . $myRedirURL . "\">"; @@ -154,7 +154,7 @@ redirection, please click here"; if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){ - if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso")) { + if (file_exists("clonezilla-sysresccd-full-mod-3.1.0.iso")) { $lastPartOfText=" @@ -166,7 +166,7 @@ You will be redirected in 20 seconds
to the new Clonezilla-SysRescCD ISO file
If your browser does not support automatic
- redirection, please click here

+ redirection, please click here

You may also visit the project's index page"; }else{ $lastPartOfText=" @@ -181,7 +181,7 @@ You will be redirected in 20 seconds
to the download section of the site

If your browser does not support automatic
- redirection, please click here"; + redirection, please click here"; } }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){ if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-"){ @@ -196,7 +196,7 @@ You will be redirected in 20 seconds
to the new Clonezilla-SysRescCD archive
If your browser does not support automatic
- redirection, please click here

+ redirection, please click here

You may also visit the project's index page"; } }