Файл: CloudBox-main/CloudBox/fus/controllers/Page.php
Строк: 16
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/* * *******************************************#
# User Management System #
#*********************************************#
# Author: Atique IT #
# Email: info@atique-it.com #
# Website: http://atique-it.com #
# #
# Version: 15.2.1 #
# Copyright: (c) 2015 - Atique IT #
# #
#*********************************************# */
class Page extends MSN_Controller {
public function __construct() {
parent::__construct();
}
public function index() {
redirect('cms', 'refresh');
}
}