29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: itransact.php,v 1.3 2007/06/13 16:15:14 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: itransact.php,v 1.4 2002/03/30 15:15:49 harley_vb
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
define('HEADING_TITLE', 'Öffnen Sie die Transaction Systemsteuerung');
|
|
define('SUB_BAR_TITLE', 'Klicken Sie auf das Bild unten. Sie benötigen Ihr Gateway ID und Passwort.');
|
|
|
|
define('CPANEL_URL', 'https://secure.itransact.com/support/login.html');
|
|
define('CPANEL_URL_NAME', 'ctrlpan');
|
|
|