PDF rausgenommen
This commit is contained in:
32
msd2/myoos/admin/includes/nice_exit.php
Normal file
32
msd2/myoos/admin/includes/nice_exit.php
Normal file
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
MyOOS [Shopsystem]
|
||||
https://www.oos-shop.de
|
||||
|
||||
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
||||
----------------------------------------------------------------------
|
||||
Based on:
|
||||
|
||||
File: application_bottom.php,v 1.8 2002/03/15 02:40:38 hpdl
|
||||
----------------------------------------------------------------------
|
||||
osCommerce, Open Source E-Commerce Solutions
|
||||
http://www.oscommerce.com
|
||||
|
||||
Copyright (c) 2003 osCommerce
|
||||
----------------------------------------------------------------------
|
||||
Released under the GNU General Public License
|
||||
---------------------------------------------------------------------- */
|
||||
|
||||
/** ensure this file is being included by a parent file */
|
||||
defined( 'OOS_VALID_MOD' ) or die( 'Direct Access to this location is not allowed.' );
|
||||
|
||||
/*
|
||||
echo '<pre>';
|
||||
print_r($_SESSION);
|
||||
echo '<br />';
|
||||
print_r($_GET);
|
||||
echo '<br />';
|
||||
print_r($_POST);
|
||||
echo '</pre>';
|
||||
*/
|
Reference in New Issue
Block a user