mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-10 10:36:47 +01:00
Remove v before version number display
This commit is contained in:
@@ -16,7 +16,7 @@ $t = $text['get-branch'];
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>ICEcoder v<?php echo $ICEcoder["versionNo"];?> get branch</title>
|
||||
<title>ICEcoder <?php echo $ICEcoder["versionNo"];?> get branch</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
</head>
|
||||
|
||||
@@ -82,7 +82,7 @@ function copyOldVersion() {
|
||||
|
||||
function openZipNew($icvInfo) {
|
||||
echo 'Retrieving zip from ICEcoder site...<br>';
|
||||
$source = 'ICEcoder v'.$icvInfo;
|
||||
$source = 'ICEcoder '.$icvInfo;
|
||||
$target = '../';
|
||||
|
||||
$remoteFile = 'https://icecoder.net/ICEcoder-v'.(str_replace(" beta", "-beta",$icvInfo)).'.zip';
|
||||
|
||||
Reference in New Issue
Block a user