HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/helpsrilankango/class/
Upload File :
Current File : /home/islapiiu/sites/helpsrilankango/class/include.php
<?php
include_once(dirname(__FILE__) . '/Setting.php');
include_once(dirname(__FILE__) . '/Helper.php');
include_once(dirname(__FILE__) . '/Upload.php');
include_once(dirname(__FILE__) . '/Database.php');
include_once(dirname(__FILE__) . '/User.php');
include_once(dirname(__FILE__) . '/Message.php');
include_once(dirname(__FILE__) . '/Validator.php');
include_once(dirname(__FILE__) . '/Service.php');
include_once(dirname(__FILE__) . '/ServicePhoto.php');
include_once(dirname(__FILE__) . '/TourPackage.php');
include_once(dirname(__FILE__) . '/TourDate.php');
include_once(dirname(__FILE__) . '/TourDatePhoto.php');
include_once(dirname(__FILE__) . '/Portfolio.php');
include_once(dirname(__FILE__) . '/PortfolioPhoto.php');
include_once(dirname(__FILE__) . '/Activities.php');
include_once(dirname(__FILE__) . '/ActivitiesPhoto.php');
include_once(dirname(__FILE__) . '/Events.php');
include_once(dirname(__FILE__) . '/EventsPhoto.php');
include_once(dirname(__FILE__) . '/News.php');
include_once(dirname(__FILE__) . '/NewsPhoto.php');
include_once(dirname(__FILE__) . '/PhotoAlbum.php');
include_once(dirname(__FILE__) . '/AlbumPhoto.php');
include_once(dirname(__FILE__) . '/Comments.php');
include_once(dirname(__FILE__) . '/Slider.php');
include_once(dirname(__FILE__) . '/Page.php');
include_once(dirname(__FILE__) . '/Banner.php');
include_once(dirname(__FILE__) . '/Product.php');
include_once(dirname(__FILE__) . '/ProductType.php');
include_once(dirname(__FILE__) . '/ProductPhoto.php');
include_once(dirname(__FILE__) . '/TourPackagePhotosNormal.php');
include_once(dirname(__FILE__) . '/Ingredients.php');

function dd($data) {

    var_dump($data);

    exit();
}

function redirect($url) {

    $string = '<script type="text/javascript">';

    $string .= 'window.location = "' . $url . '"';

    $string .= '</script>';
    echo $string;

    exit();
}