HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/marketing/admin/remote_stats.php
<?php
/**
 * Simply include the functions/remote_stats.php file. That file handles including the database, setting itself up and finally processing the request.
 * This is done so we don't have to worry about full urls etc to the functions/remote_stats.php file.
 * Seems a little redundant but saves a lot of headaches.
 *
 * @package interspire.iem
 */

// Make sure that the IEM controller does NOT redirect request.
define('IEM_NO_CONTROLLER', true);

// Include the index file
require_once dirname(__FILE__) . '/index.php';

/**
* The other remote file handles everything. We keep this outside of the functions/ folder to make it easier to reference in a url.
*/
require_once SENDSTUDIO_FUNCTION_DIRECTORY . '/remote_stats.php';