Uname:Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64

403WebShell
403Webshell
Server IP : 188.114.97.2  /  Your IP : 104.23.197.230
Web Server : Apache/2.4.59 (Debian)
System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
User : edlftp ( 1002)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/git/sms.edl.codes.solutions/application/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/git/sms.edl.codes.solutions/application/config/routes.php
<?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:
|
|	http://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['default_controller'] = 'Hello';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;

$route['pdf']='PdfGenerator';
$route['pdf/(:any)']='PdfGenerator/$1';


$route['lng']='Multilanguage';
$route['lng/(:any)']='Multilanguage/$1';

$route['language']='Multilanguage';
$route['language/(:any)']='Multilanguage/$1';

//$route['index.php/(:any)']='BO/$1';
//frontend
//$route['forms']='FO/Forms_FO';
//$route['forms/(:any)']='FO/Forms_FO/$1';

$route['hello_student']='FO/Student_request';
$route['hello_student/(:any)']='FO/Student_request/$1';

$route['hello_teacher']='FO/Teacher_request';
$route['hello_teacher/(:any)']='FO/Teacher_request/$1';

$route['Payment']='FO/Payment';
$route['Payment/(:any)']='FO/Payment/$1';
$route['Payment/(:num)/(:any)']='FO/Payment/$1/$2';
$route['Payment/index/(:num)/(:any)']='FO/Payment/index/$1/$2';
$route['Payment_process']='FO/Payment/payment_process';

$route['payment']='FO/Payment';
$route['payment/(:any)']='FO/Payment/$1';
$route['payment/(:num)/(:any)']='FO/Payment/$1/$2';
$route['payment/index/(:num)/(:any)']='FO/Payment/index/$1/$2';
$route['payment_process']='FO/Payment/payment_process';

/*
$route['hello_student/fr']='FO/Student_request/index/fr';
$route['hello_student/fr/']='FO/Student_request/index/fr';
$route['hello_student/fr/(:any)']='FO/Student_request/index/fr/$1';

$route['hello_student/en']='FO/Student_request/index/en';
$route['hello_student/en/']='FO/Student_request/index/en';
$route['hello_student/en/(:any)']='FO/Student_request/index/en/$1';
*/

$route['hello_student/index/(:any)']='FO/Student_request/index/$1';


//backend
$route['GLogin']='BO/GLogin';
$route['GLogin/(:any)']='BO/GLogin/$1';

$route['GoogleLogin']='BO/Glogin';
$route['GoogleLogin/(:any)']='BO/Glogin/$1';

$route['Login']='BO/Login';
$route['Login/(:any)']='BO/Login/$1';

$route['login']='BO/Login';
$route['login/(:any)']='BO/Login/$1';

$route['Profile']='BO/Profile';
$route['Profile/(:any)']='BO/Profile/$1';
$route['Profile/index/(:any)']='BO/Profile/index/$1';

$route['profile']='BO/Profile';
$route['profile/(:any)']='BO/Profile/$1';
$route['profile/index/(:any)']='BO/Profile/index/$1';

$route['communication']='BO/Communication';
$route['communication/(:any)']='BO/Communication/$1';
$route['communication/index/(:any)']='BO/Communication/index/$1';

//$route['FR']='BO/Multilanguage/4';

$route['su']='BO/Super_Admin';
$route['su/(:any)']='BO/Super_Admin/$1';

$route['Dashboard']='BO/Dashboard';
$route['Dashboard/(:any)']='BO/Dashboard/$1';
$route['Dashboard/fetch/(:any)']='BO/Dashboard/fetch/$1';

$route['dashboard']='BO/Dashboard';
$route['dashboard/(:any)']='BO/Dashboard/$1';
$route['dashboard/fetch/(:any)']='BO/Dashboard/fetch/$1';

$route['Overview']='BO/Overview';
$route['Overview/(:any)']='BO/Overview/$1';
$route['Overview/index/(:any)']='BO/Overview/index/$1';

$route['overview']='BO/Overview';
$route['overview/index/(:any)']='BO/Overview/index/$1';
$route['overview/(:any)']='BO/Overview/$1';

$route['courses']='BO/Courses';
$route['courses/(:any)']='BO/Courses/$1';
$route['courses/index/(:any)']='BO/Courses/index/$1';

$route['Courses']='BO/Courses';
$route['Courses/(:any)']='BO/Courses/$1';
$route['Courses/index/(:any)']='BO/Courses/index/$1';

$route['Lesson']='BO/Lesson';
$route['Lesson/(:any)']='BO/Lesson/$1';
$route['Lesson/index/(:any)']='BO/Lesson/index/$1';
$route['Lesson/index/edit/(:any)']='BO/Lesson/index/edit/$1';
$route['Lesson/index/presence/(:any)/(:any)']='BO/Lesson/index/presence/$1/$2';
$route['Lesson/index/assign_t/(:any)/(:any)']='BO/Lesson/index/assign_t/$1/$2';
$route['Lesson/index/assign_s/(:any)/(:any)']='BO/Lesson/index/assign_s/$1/$2';
$route['Lesson/index/conf/(:any)/(:any)']='BO/Lesson/index/conf/$1/$2';
$route['Lesson/index/assign_t/(:any)']='BO/Lesson/index/assign_t/$1';
$route['Lesson/index/assign_s/(:any)']='BO/Lesson/index/assign_s/$1';

$route['lesson']='BO/Lesson';
$route['lesson/(:any)']='BO/Lesson/$1';
$route['lesson/index/(:any)']='BO/Lesson/index/$1';
$route['lesson/index/edit/(:any)']='BO/Lesson/index/edit/$1';
$route['lesson/index/presence/(:any)/(:any)']='BO/Lesson/index/presence/$1/$2';
$route['lesson/index/assign_t/(:any)/(:any)']='BO/Lesson/index/assign_t/$1/$2';
$route['lesson/index/assign_s/(:any)/(:any)']='BO/Lesson/index/assign_s/$1/$2';
$route['lesson/index/assign_t/(:any)']='BO/Lesson/index/assign_t/$1';
$route['lesson/index/assign_s/(:any)']='BO/Lesson/index/assign_s/$1';
$route['lesson/index/conf/(:any)/(:any)']='BO/Lesson/index/conf/$1/$2';

$route['Teachers']='BO/Teacher';
$route['Teachers/(:any)']='BO/Teacher/$1';
$route['Teachers/index/(:any)']='BO/Teacher/index/$1';
$route['Teachers/index/edit/(:any)']='BO/Teacher/index/edit/$1';

$route['Teacher']='BO/Teacher';
$route['Teacher/(:any)']='BO/Teacher/$1';
$route['Teacher/index/(:any)']='BO/Teacher/index/$1';
$route['Teacher/index/edit/(:any)']='BO/Teacher/index/edit/$1';

$route['teachers']='BO/Teacher';
$route['teachers/(:any)']='BO/Teacher/$1';
$route['teachers/index/(:any)']='BO/Teacher/index/$1';
$route['teachers/index/edit/(:any)']='BO/Teacher/index/edit/$1';

$route['teacher']='BO/Teacher';
$route['teacher/(:any)']='BO/Teacher/$1';
$route['teacher/index/(:any)']='BO/Teacher/index/$1';
$route['teacher/index/edit/(:any)']='BO/Teacher/index/edit/$1';

$route['Parents']='BO/Parents';
$route['Parents/(:any)']='BO/Parents/$1';
$route['Parents/index/(:any)']='BO/Parents/index/$1';

$route['Parent']='BO/Parents';
$route['Parent/(:any)']='BO/Parents/$1';
$route['Parent/index/(:any)']='BO/Parent/index/$1';

$route['parents']='BO/Parents';
$route['parents/(:any)']='BO/Parents/$1';
$route['parents/index/(:any)']='BO/Parents/index/$1';

$route['parent']='BO/Parents';
$route['parent/(:any)']='BO/Parents/$1';
$route['parent/index/(:any)']='BO/Parent/index/$1';

$route['Students']='BO/Student';
$route['Students/(:any)']='BO/Student/$1';
$route['Students/index/(:any)']='BO/Student/index/$1';
$route['Students/index/edit/(:any)']='BO/Student/index/edit/$1';
$route['Students/index/assign/(:any)']='BO/Student/index/assign/$1';

$route['Student']='BO/Student';
$route['Student/(:any)']='BO/Student/$1';
$route['Student/index/(:any)']='BO/Student/index/$1';
$route['Student/index/edit/(:any)']='BO/Student/index/edit/$1';
$route['Student/index/assign/(:any)']='BO/Student/index/assign/$1';

$route['students']='BO/Student';
$route['students/(:any)']='BO/Student/$1';
$route['students/index/(:any)']='BO/Student/index/$1';
$route['students/index/edit/(:any)']='BO/Student/index/edit/$1';
$route['students/index/assign/(:any)']='BO/Student/index/assign/$1';

$route['student']='BO/Student';
$route['student/(:any)']='BO/Student/$1';
$route['student/index/(:any)']='BO/Student/index/$1';
$route['student/index/edit/(:any)']='BO/Student/index/edit/$1';
$route['student/index/assign/(:any)']='BO/Student/index/assign/$1';

$route['accounting']='BO/Accounting';
$route['accounting/(:any)']='BO/Accounting/$1';

$route['accounting_teacher']='BO/Accounting_Teacher';
$route['accounting_teacher/(:any)']='BO/Accounting_Teacher/$1';

$route['form_teacher']='BO/Form_teacher';
$route['form_teacher/(:any)']='BO/Form_teacher/$1';

$route['form_student']='BO/Form_student';
$route['form_student/(:any)']='BO/Form_student/$1';
$route['form_student/index/(:any)']='BO/Form_student/index/$1';

$route['Admin_Lesson']='BO/Admin_Lesson';
$route['Admin_Lesson/(:any)']='BO/Admin_Lesson/$1';

$route['Admin_Archive']='BO/Admin_Archive';
$route['Admin_Archive/(:any)']='BO/Admin_Archive/$1';

Youez - 2016 - github.com/yon3zu
LinuXploit