|
1 | 1 | <?php
|
2 | 2 | /*
|
3 | 3 | * concrete5 CMS simple downloader
|
4 |
| - * Copyright 2014 XROSS CUBE, Inc. |
| 4 | + * Copyright 2021 XROSS CUBE, Inc. |
5 | 5 | *
|
6 | 6 | * This script is free to re-distribute as long as you keep
|
7 | 7 | * this copyright notice.
|
|
13 | 13 | * コピーライト以外の改変、再配布OK。個人利用の範囲で勝手に使ってOKです。
|
14 | 14 | * その代わり当方では一切責任を負いません。
|
15 | 15 | */
|
16 |
| -define("SRC_URL","https://www.concrete5.org/download_file/-/view/115589/"); |
17 |
| -define("VERSION","8.5.5"); |
18 |
| -define("FILENAME","./concrete5-".VERSION.".zip"); |
19 |
| -define("DIRNAME","./concrete5-".VERSION); |
| 16 | +define("SRC_URL","https://www.concretecms.com/download_file/8c1f8bf8-6e0f-4730-bfb6-649c8213f283"); |
| 17 | +define("VERSION","9.0.0RC3"); |
| 18 | +define("FILENAME","./concrete-cms-".VERSION.".zip"); |
| 19 | +define("DIRNAME","./concrete-cms-".VERSION); |
20 | 20 |
|
21 | 21 | $messages = array(
|
22 | 22 | "ja" => array(
|
23 |
| - "このディレクトリにconcrete5 Ver. ".VERSION." をダウンロードし展開します。", |
| 23 | + "このディレクトリにconcreteCMS Ver. ".VERSION." をダウンロードし展開します。", |
24 | 24 | "ダウンロード開始",
|
25 | 25 | "このディレクトリにconcrete5の圧縮ファイルをダウンロード中です。",
|
26 | 26 | "このディレクトリに圧縮ファイルを展開中です。",
|
|
29 | 29 | 'インストール画面にジャンプします。\nこのファイルは必ず削除してください。'
|
30 | 30 | ),
|
31 | 31 | "en" => array(
|
32 |
| - "This program will download & deploy concrete5 Ver. ".VERSION." in this directory.", |
| 32 | + "This program will download & deploy concreteCMS Ver. ".VERSION." in this directory.", |
33 | 33 | "START",
|
34 | 34 | "Downloading...",
|
35 | 35 | "Deploying...",
|
|
164 | 164 | </head>
|
165 | 165 | <body>
|
166 | 166 | <div class="main">
|
167 |
| -<div class="center" style="padding-top:10%;"><a href="http://concrete5.org/" target="_blank"><img src="http://www.concrete5.org/download_file/-/view/47445/12593/" alt="concrete5" /></a></div> |
168 |
| -<h1 class="center">concrete5 Ver. <?php echo VERSION; ?> Downloader</h1> |
| 167 | +<div class="center" style="padding-top:10%;"><a href="http://concretecms.org/" target="_blank"><img src="https://www.concretecms.com/download_file/1751c8a1-144a-47bd-956a-4236361d02ff/2626" alt="concreteCMS" /></a></div> |
| 168 | +<h1 class="center">Concrete CMS® Ver. <?php echo VERSION; ?> Downloader</h1> |
169 | 169 | <p class="center"><?php echo $messages[$lang][0]; ?></p>
|
170 | 170 | <p style="line-height:3em;" class="center"><a href="#" class="btn start"><?php echo $messages[$lang][1]; ?></a></p>
|
171 | 171 | <p class="step step1 center"><?php echo $messages[$lang][2]; ?></p>
|
|
0 commit comments