/**
* Zender - Ultimate Messaging Platform for SMS and WhatsApp, use your Android Devices as SMS Gateways (SaaS)
* @author Titan Systems
*/
/**
* Error Reporting
*/
error_reporting(E_ALL);
/**
* Start Session
*/
session_start();
/**
* Vendors
*/
require "vendor/autoload.php";
/**
* Framework
*/
require "system/framework.php";