<?php
/*
* This file is part of the XiideaEasyAuditBundle package.
*
* (c) Xiidea <http://www.xiidea.net>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
date_default_timezone_set("Asia/Dhaka");
$vendor = realpath(__DIR__ . '/../vendor');
$loader = require($vendor.'/autoload.php');
|