2 waltercruz Oct 14, 2008 16:08

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 :)