| 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/nicolasj/www/sms.formationlangues.be/application/config/ |
Upload File : |
<?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['pdf/display_invoice/(:any)/(:any)']='PdfGenerator/display_invoice';
$route['pdf/display_credit_note/(:any)/(:any)']='PdfGenerator/display_credit_note';
$route['lng']='Multilanguage';
$route['lng/(:any)']='Multilanguage/$1';
$route['language']='Multilanguage';
$route['language/(:any)']='Multilanguage/$1';
$route['shop']='FO/Shop';
$route['shop/(:any)']='FO/Shop/$1';
$route['shop/loadData/(:any)']='FO/Shop/loadData';
$route['shop/return_payment/(:any)']='FO/Shop/return_payment';
$route['shop/setCart/(.*)']='FO/Shop/setCart';
$route['shop/cart/(.+)']='FO/Shop/cart';
$route['shop/cart/?(:any)']='FO/Shop/cart';
$route['status']='FO/Status';
$route['status/(:any)']='FO/Status/$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['contest']='FO/Contest';
$route['contest/(:any)']='FO/Contest/$1';
$route['contest/index/(:any)']='FO/Contest/index/$1';
$route['contest/index/en/(:any)']='FO/Contest/index/en/$1';
$route['contest/index/fr/(:any)']='FO/Contest/index/fr/$1';
$route['contest/index/nl/(:any)']='FO/Contest/index/nl/$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['cron']='FO/Cron';
$route['cron/(:any)']='FO/Cron/$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/r/(:any)']='BO/Login';
$route['login/(:any)']='BO/Login/$1';
$route['signin']='BO/Login';
$route['signin/(.+)']='BO/Login';
$route['Profile']='BO/Profile';
$route['Profile/(:any)']='BO/Profile/$1';
$route['Profile/index/(:any)']='BO/Profile/index/$1';
$route['Pending']='BO/Pending';
$route['Pending/(:any)']='BO/Pending/$1';
$route['Pending/index/(:any)']='BO/Pending/index/$1';
$route['profile']='BO/Profile';
$route['profile/(:any)']='BO/Profile/$1';
$route['profile/index/(:any)']='BO/Profile/index/$1';
$route['admin_shop']='BO/Admin_Shop';
$route['admin_shop/(:any)']='BO/Admin_Shop/$1';
$route['admin_shop/index/(:any)']='BO/Admin_Shop/index/$1';
$route['admin_configuration']='BO/Admin_Configuration';
$route['admin_configuration/(:any)']='BO/Admin_Configuration/$1';
$route['admin_configuration/index/(:any)']='BO/Admin_Configuration/index/$1';
$route['admin_configuration/edit/(:any)']='BO/Admin_Configuration/edit';
$route['admin_configuration/lesson_subject/(:num)']['get'] = 'BO/Admin_Configuration/get_lesson_subject/$1';
$route['admin_configuration/lesson_subject']['post'] = 'BO/Admin_Configuration/update_lesson_subject';
$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['planning']='BO/Planning';
$route['planning/(:any)']='BO/Planning/$1';
$route['planning/fetch/(:any)']='BO/Planning/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/list/(:any)']='BO/Lesson/index/list/$1';
$route['Lesson/index/presence/(:any)/(:any)']='BO/Lesson/index/presence/$1/$2';
$route['Lesson/index/presence_c/(:any)']='BO/Lesson/index/presence_c/$1';
$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/list/(:any)']='BO/Lesson/index/list/$1';
$route['lesson/index/presence/(:any)/(:any)']='BO/Lesson/index/presence/$1/$2';
$route['lesson/index/presence_c/(:any)']='BO/Lesson/index/presence_c/$1';
$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/send_notification_missing_presences']='BO/Lesson/send_notification_missing_presences';
$route['lesson/index/conf/(:any)/(:any)']='BO/Lesson/index/conf/$1/$2';
$route['customers']='BO/Customers';
$route['customers/(:any)']='BO/Customers/$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['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['Parents/index/edit/(:any)']='BO/Parents/index/edit/$1';
$route['Parent']='BO/Parents';
$route['Parent/(:any)']='BO/Parents/$1';
$route['Parent/index/(:any)']='BO/Parent/index/$1';
$route['Parent/index/edit/(:any)']='BO/Parent/index/edit/$1';
$route['parents']='BO/Parents';
$route['parents/(:any)']='BO/Parents/$1';
$route['parents/index/(:any)']='BO/Parents/index/$1';
$route['parents/index/edit/(:any)']='BO/parents/index/edit/$1';
$route['parent']='BO/Parents';
$route['parent/(:any)']='BO/Parents/$1';
$route['parent/index/(:any)']='BO/Parent/index/$1';
$route['parent/index/edit/(:any)']='BO/parent/index/edit/$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['Student/send_notification_truant_student']='BO/Student/send_notification_truant_student';
$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['attestation']='BO/Attestation';
$route['attestation/(:any)']='BO/Attestation/$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_overview_student']='BO/Accounting_Overview_Student';
$route['accounting_overview_student/(:any)']='BO/Accounting_Overview_Student/$1';
$route['swo']='BO/Accounting';
$route['swo/(:any)']='BO/Accounting/$1';
$route['swo/(.+)']='BO/Accounting/$1';
$route['swo/index/manage/(:any)']='BO/Accounting/index/manage/$1';
$route['Shop']='BO/Shop';
$route['Shop/(:any)']='BO/Shop/$1';
$route['Promotion']='BO/Promotion';
$route['Promotion/(:any)']='BO/Promotion/$1';
$route['Fidelity']='BO/Fidelity';
$route['Fidelity/(:any)']='BO/Fidelity/$1';
$route['accounting_student']='BO/Accounting_Student';
$route['accounting_student/(:any)']='BO/Accounting_Student/$1';
$route['accounting_student/index/edit/(:any)']='BO/Accounting_Student/index/edit/$1';
$route['accounting_student/index/new/(:any)']='BO/Accounting_Student/index/new/$1';
$route['accounting_teacher']='BO/Accounting_Teacher';
$route['accounting_teacher/(:any)']='BO/Accounting_Teacher/$1';
//for teachers
$route['accountancy']='BO/Accounting_Teacher';
$route['accountancy/(:any)']='BO/Accounting_Teacher/$1';
$route['mail']='BO/Mail';
$route['mail/(:any)']='BO/Mail/$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['Smart_Forms']='BO/Smart_Forms';
$route['Smart_Forms/(:any)']='BO/Smart_Forms/$1';
$route['Admin_Lesson']='BO/Admin_Lesson';
$route['Admin_Lesson/(:any)']='BO/Admin_Lesson/$1';
$route['Admin_Lesson_Tracking']='BO/Admin_Lesson_Tracking';
$route['Admin_Lesson_Tracking/(:any)']='BO/Admin_Lesson_Tracking/$1';
$route['Admin_Lesson_Switch']='BO/Admin_Lesson_Switch';
$route['Admin_Lesson_Switch/(:any)']='BO/Admin_Lesson_Switch/$1';
$route['Admin_Archive']='BO/Admin_Archive';
$route['Admin_Archive/(:any)']='BO/Admin_Archive/$1';
$route['Admin_Accounting']='BO/Admin_Accounting';
$route['Admin_Accounting/(:any)']='BO/Admin_Accounting/$1';
$route['QuickNotification']='BO/QuickNotification';
$route['QuickNotification/(:any)']='BO/QuickNotification/$1';
$route['Admin_Mail_Template']='BO/Admin_Mail_Template';
$route['Admin_Mail_Template/(:any)']='BO/Admin_Mail_Template/$1';
$route['(?i)Admin_Mail_Notification']='BO/Admin_Mail_Notification';
$route['(?i)Admin_Mail_Notification/(:any)']='BO/Admin_Mail_Notification/$1';
$route['Admin_Users']='BO/Admin_Users';
$route['Admin_Users/(:any)']='BO/Admin_Users/$1';