| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/media/content/ |
Upload File : |
<?php
/* --------------------------------------------------------------
protected_shops_datenschutz.php 2017-10-17
Gambio GmbH
http://www.gambio.de
Copyright (c) 2017 Gambio GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
--------------------------------------------------------------
based on:
(c) 2000-2001 The Exchange Project (earlier name of osCommerce)
(c) 2002-2003 osCommerce(ot_cod_fee.php,v 1.02 2003/02/24); www.oscommerce.com
(C) 2001 - 2003 TheMedia, Dipl.-Ing Thomas Plänkers ; http://www.themedia.at & http://www.oscommerce.at
(c) 2003 XT-Commerce - community made shopping http://www.xt-commerce.com ($Id: ot_cod_fee.php 1003 2005-07-10 18:58:52Z mz $)
Released under the GNU General Public License
---------------------------------------------------------------------------------------*/
$t_document_file = dirname(__FILE__).'/ps_datenschutz.html';
if(file_exists($t_document_file))
{
if(defined('DIR_FS_CATALOG'))
{
include $t_document_file;
}
else
{
?>
<!DOCTYPE html>
<html>
<head>
<title>Protected Shops</title>
<style>
body { font: 0.8em sans-serif; }
</style>
</head>
<body>
<?php include $t_document_file; ?>
</body>
</html>
<?php
}
}
else
{
echo "Protected Shops: Rechtstext fehlt / legal text missing";
}