Files
bobsleighphotos.com/_cubecart/CubeCart-4.3.0/includes/global/closed.inc.php
2017-03-02 20:30:40 -06:00

39 lines
1.4 KiB
PHP
Executable File

<?php
/*
+--------------------------------------------------------------------------
| CubeCart 4
| ========================================
| CubeCart is a registered trade mark of Devellion Limited
| Copyright Devellion Limited 2006. All rights reserved.
| Devellion Limited,
| 5 Bridge Street,
| Bishops Stortford,
| HERTFORDSHIRE.
| CM23 2JU
| UNITED KINGDOM
| http://www.devellion.com
| UK Private Limited Company No. 5323904
| ========================================
| Web: http://www.cubecart.com
| Email: info (at) cubecart (dot) com
| License Type: CubeCart is NOT Open Source Software and Limitations Apply
| Licence Info: http://www.cubecart.com/v4-software-license
+--------------------------------------------------------------------------
| closed.inc.php
| ========================================
| Store Closed Splash Page
+--------------------------------------------------------------------------
*/
if(!defined('CC_INI_SET')) die("Access Denied");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charsetIso; ?>" />
<title><?php echo htmlspecialchars(str_replace("&#39;","'",$config['siteTitle'])); ?></title>
</head>
<body
<?php echo stripslashes(base64_decode($config['offLineContent'])); ?>
</body>
</html>