Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created May 24, 2012 02:26
Show Gist options
  • Save pedroelsner/2779081 to your computer and use it in GitHub Desktop.
Save pedroelsner/2779081 to your computer and use it in GitHub Desktop.
<?php
Router::connect(
'/admin',
array(
'controller' => 'pages',
'action' => 'index',
'admin' => true
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment