Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
$route['r/(:any)'] = 'redirect/p/$1';
|
||||
$route['admin/(:any)'] = 'admin/$1';
|
||||
$route['admin'] = 'admin/dashboard/index';
|
||||
$route['admin/blog/history/(:any)/compare/(:any)/(:any)'] = 'admin/blog/history_compare/$1/$2/$3';
|
||||
$route['tools/csgo/(:any)'] = 'tools/csgo/index/$1';
|
||||
$route['tools'] = 'tools/tools/index';
|
||||
$route['watch/(:any)/(:any)'] = 'watch/index/$1/$2';
|
||||
|
Reference in New Issue
Block a user