diff options
author | dracony <draconyster@gmail.com> | 2014-04-08 16:14:22 +0300 |
---|---|---|
committer | dracony <draconyster@gmail.com> | 2014-04-08 16:14:22 +0300 |
commit | b351bfc48680021b8ec99c9f502d66c9cb6d2f10 (patch) | |
tree | 0940e4e241d217e996118c94ace6858033a55250 | |
parent | b567db526021f5b4ca7c3ebfc7b8792b5c465e23 (diff) | |
download | PHPixie-origin/2.zip PHPixie-origin/2.tar.gz PHPixie-origin/2.tar.bz2 |
Updated default routeorigin/2
-rwxr-xr-x | assets/config/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/config/routes.php b/assets/config/routes.php index e92d277..270a6a4 100755 --- a/assets/config/routes.php +++ b/assets/config/routes.php @@ -2,7 +2,7 @@ return array(
'default' => array(
- '(<controller>(/<action>(/<id>)))',
+ '(/<controller>(/<action>(/<id>)))',
array(
'controller' => 'hello',
'action' => 'index'
|