google_forms/application/config/routes.php

12 lines
264 B
PHP
Raw Normal View History

2024-07-10 12:37:36 +00:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$route['forms'] = 'Form_controller/index';
2024-07-11 12:05:44 +00:00
$route['default_controller'] = 'home/index2';
2024-07-10 12:37:36 +00:00
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
2024-07-11 12:05:44 +00:00
$route['start'] = 'home/index';