fixed #2163
This commit is contained in:
parent
3c3d483fc3
commit
9a3a7a3ebd
5 changed files with 16 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
||||||
<div class="copyright">{$UI_VERSION} ©2006 <a href="http://www.mdlf.org" target="_blank">MDLF</a> - maintained and distributed under GNU/GPL by <a href="http://www.campware.org" target="_blank">CAMPWARE</a></div>
|
<div class="copyright">{$UI_VERSION} ©{$UI_COPYRIGHT_DATE}
|
||||||
|
<a href="http://www.mdlf.org" target="_blank">MDLF</a>
|
||||||
|
- maintained and distributed under GNU/GPL by
|
||||||
|
<a href="http://www.campware.org" target="_blank">CAMPWARE</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -85,7 +85,10 @@ DIV.blockquote
|
||||||
|
|
||||||
<h1>Quick Start - {$UI_VERSION_FULLNAME}</h1>
|
<h1>Quick Start - {$UI_VERSION_FULLNAME}</h1>
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
{$UI_VERSION} ©2005 <a href="http://www.mdlf.org" target="_blank">MDLF</a> - maintained and distributed under GNU/GPL by <a href="http://www.campware.org" target="_blank">CAMPWARE</a>
|
{$UI_VERSION} ©{$UI_COPYRIGHT_DATE}
|
||||||
|
<a href="http://www.mdlf.org" target="_blank">MDLF</a>
|
||||||
|
- maintained and distributed under GNU/GPL by
|
||||||
|
<a href="http://www.campware.org" target="_blank">CAMPWARE</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -117,6 +117,7 @@ define('UI_RESTORETOKEN_KEY', 'restoreToken');
|
||||||
require_once('../../../storageServer/var/conf.php');
|
require_once('../../../storageServer/var/conf.php');
|
||||||
define('UI_VERSION', CAMPCASTER_VERSION);
|
define('UI_VERSION', CAMPCASTER_VERSION);
|
||||||
define('UI_VERSION_FULLNAME', 'Campcaster '.UI_VERSION);
|
define('UI_VERSION_FULLNAME', 'Campcaster '.UI_VERSION);
|
||||||
|
define('UI_COPYRIGHT_DATE', CAMPCASTER_COPYRIGHT_DATE);
|
||||||
|
|
||||||
// extent config
|
// extent config
|
||||||
$CC_CONFIG = array_merge($CC_CONFIG,
|
$CC_CONFIG = array_merge($CC_CONFIG,
|
||||||
|
|
|
@ -121,6 +121,7 @@ define('UI_RESTORETOKEN_KEY', 'restoreToken');
|
||||||
require_once('storage_server/var/conf.php');
|
require_once('storage_server/var/conf.php');
|
||||||
define('UI_VERSION', CAMPCASTER_VERSION);
|
define('UI_VERSION', CAMPCASTER_VERSION);
|
||||||
define('UI_VERSION_FULLNAME', 'Campcaster '.UI_VERSION);
|
define('UI_VERSION_FULLNAME', 'Campcaster '.UI_VERSION);
|
||||||
|
define('UI_COPYRIGHT_DATE', CAMPCASTER_COPYRIGHT_DATE);
|
||||||
|
|
||||||
// extent config
|
// extent config
|
||||||
$CC_CONFIG = array_merge($CC_CONFIG,
|
$CC_CONFIG = array_merge($CC_CONFIG,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
define('CAMPCASTER_VERSION', '1.2.0');
|
define('CAMPCASTER_VERSION', '1.2.0');
|
||||||
|
define('CAMPCASTER_COPYRIGHT_DATE', '2006-2007');
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue