Test pages * 2/?

This commit is contained in:
Vincent
2024-06-04 23:30:04 +02:00
parent f0260ba791
commit a302916138
3 changed files with 8 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ $route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['albums'] = 'albums/index';
$route['artistes/view/(:num)'] = 'artistes/view/$1';
$route['connect/login'] = 'connect/login';
$route['connect/logout'] = 'connect/logout';
$route['connect/create'] = 'connect/create';