2 waltercruz Oct 14, 2008 16:08
![](https://forums.b2evolution.net/media/users/waltercruz/profile_pictures/.evocache/81023438546cf73aadc4d1.jpg/crop-top-80x80.jpg?mtime=1372015408)
If you look in blogs/admin.php (3.0) You will find:
param( 'ctrl', '/^[a-z0-9_]+$/', 'dashboard', true );
In 2.4.5, it's:
param( 'ctrl', '/^[a-z0-9_]+$/', $default_ctrl, true );
Looks like the default_controller is not configurable anymore :)
Walter wrote:
If you look in blogs/admin.php (3.0) You will find:
param( 'ctrl', '/^[a-z0-9_]+$/', 'dashboard', true );
In 2.4.5, it's:
param( 'ctrl', '/^[a-z0-9_]+$/', $default_ctrl, true );
Looks like the default_controller is not configurable anymore :)
shoot :(
It would be interesting to know why it has been removed. :)
Good question :)