| 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/admin/includes/modules/yoochoose/ |
Upload File : |
<?php
/* --------------------------------------------------------------
Yoochoose GmbH
http://www.yoochoose.com
Copyright (c) 2011 Yoochoose GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
-------------------------------------------------------------- */
// Does all the steps needed for accessing the database
// Only "configure.php" must be included before this file.
// It is used, if the including of "application_top.php" is not
// possible.
define('_VALID_XTC',true);
define('TABLE_ADMIN_ACCESS', 'admin_access');
define('TABLE_LANGUAGES', 'languages');
define('DEFAULT_LANGUAGE', 'en');
define('FILENAME_LOGIN', '../login.php');
define('TABLE_CONFIGURATION', 'configuration');
define('STORE_DB_TRANSACTIONS', 'false');
require_once(DIR_FS_INC . 'xtc_not_null.inc.php');
require_once(DIR_FS_CATALOG . 'gm/inc/gm_get_conf.inc.php');
require_once(DIR_FS_ADMIN . DIR_WS_FUNCTIONS . 'database.php');
require_once(DIR_FS_ADMIN . DIR_WS_FUNCTIONS . 'general.php');
require_once(DIR_FS_ADMIN . DIR_WS_FUNCTIONS . 'html_output.php');
// make a connection to the database... now
xtc_db_connect() or die('Unable to connect to database server!');
require_once(DIR_FS_CATALOG . 'includes/yoochoose/functions.php');
require_once(DIR_FS_ADMIN . 'includes/modules/yoochoose/usage_data_common.php');