| 4 |
4 |
* @category backend
|
| 5 |
5 |
* @package install
|
| 6 |
6 |
* @author WebsiteBaker Project
|
| 7 |
|
* @copyright 2009-2011, Website Baker Org. e.V.
|
|
7 |
* @copyright 2009-2012, WebsiteBaker Org. e.V.
|
| 8 |
8 |
* @link http://www.websitebaker2.org/
|
| 9 |
9 |
* @license http://www.gnu.org/licenses/gpl.html
|
| 10 |
10 |
* @platform WebsiteBaker 2.8.x
|
| ... | ... | |
| 71 |
71 |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 72 |
72 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
| 73 |
73 |
<head>
|
| 74 |
|
<title>Website Baker Installation Wizard</title>
|
|
74 |
<title>WebsiteBaker Installation Wizard</title>
|
| 75 |
75 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
| 76 |
76 |
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
|
| 77 |
77 |
<script language="javascript" type="text/javascript">
|
| ... | ... | |
| 112 |
112 |
<input type="hidden" name="remember" id="remember" value="true" />
|
| 113 |
113 |
|
| 114 |
114 |
<div style="padding: 5px; text-align: center; font-weight: bold;">
|
| 115 |
|
Welcome to the Website Baker Installation Wizard.
|
|
115 |
Welcome to the WebsiteBaker Installation Wizard.
|
| 116 |
116 |
</div>
|
| 117 |
117 |
<?php
|
| 118 |
118 |
if(isset($_SESSION['message']) AND $_SESSION['message'] != '') {
|
| ... | ... | |
| 473 |
473 |
<tr valign="top">
|
| 474 |
474 |
<td>
|
| 475 |
475 |
<p class="warning">
|
| 476 |
|
Website Baker is released under the
|
|
476 |
WebsiteBaker is released under the
|
| 477 |
477 |
<a href="http://www.gnu.org/licenses/gpl.html" target="_blank" tabindex="19">GNU General Public License</a>
|
| 478 |
478 |
<br />
|
| 479 |
479 |
By clicking install, you are accepting the license.
|
| ... | ... | |
| 497 |
497 |
|
| 498 |
498 |
<div style="padding: 10px 0px 10px 0px; text-align:center;">
|
| 499 |
499 |
<!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
|
| 500 |
|
<a href="http://www.websitebaker.org/" style="color: #000000;" target="_blank">Website Baker</a>
|
|
500 |
<a href="http://www.websitebaker2.org/" style="color: #000000;" target="_blank">WebsiteBaker</a>
|
| 501 |
501 |
is released under the
|
| 502 |
502 |
<a href="http://www.gnu.org/licenses/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
|
| 503 |
503 |
<!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
|
change Website Baker to WebsiteBaker in installer