Skip to content

Commit

Permalink
Working on authentication and usermangement
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepwinter committed Jun 8, 2011
1 parent d98a6f3 commit ea4000d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mopauth/init.php
@@ -0,0 +1,14 @@
<?php

Route::set('authWithRedirect', '<controller>/<action>(/<redirect>)', array(
'controller' => 'auth',
'redirect' => '[A-z\/0-9]++',
)
);







0 comments on commit ea4000d

Please sign in to comment.