Skip to content

Commit

Permalink
Update mod/user.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pebbie committed Dec 21, 2011
1 parent 2a0a18f commit d813d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/user.php
@@ -1,8 +1,8 @@
<?php

route('/user/login', 'login_form');
function login($arg){
template('login_form');
function login_form($arg){
template('login');
}

route('/user/login', 'do_login', 'POST');
Expand Down

0 comments on commit d813d74

Please sign in to comment.