diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-09-28 16:38:14 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-09-28 16:42:43 +0200 |
commit | de3eb1d7f990c4cc17722ce3bdff7b9568ab8b9c (patch) | |
tree | 743400a9afec72602b4ec99a21ff42ed7a402287 /inc/actions.php | |
parent | 07d7dfcf87238d920900ca468d9399d80d8b7247 (diff) | |
download | rpg-de3eb1d7f990c4cc17722ce3bdff7b9568ab8b9c.tar.gz rpg-de3eb1d7f990c4cc17722ce3bdff7b9568ab8b9c.tar.bz2 |
Small fixes / cleanup
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/actions.php b/inc/actions.php index 3e0cb1207..d9f5d017c 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -16,13 +16,10 @@ if(!defined('DOKU_INC')) die('meh.'); * @triggers ACTION_HEADERS_SEND */ function act_dispatch(){ - global $INFO; global $ACT; global $ID; global $QUERY; global $lang; - global $conf; - global $license; $preact = $ACT; @@ -57,7 +54,6 @@ function act_dispatch(){ $ACT = act_permcheck($ACT); //register - $nil = array(); if($ACT == 'register' && $_POST['save'] && register()){ $ACT = 'login'; } |