Browse Source

fixed bug on login

pull/40/head
Savetheinternet 13 years ago
parent
commit
b64604ca30
  1. 1
      inc/display.php

1
inc/display.php

@ -81,6 +81,7 @@
die(Element('page.html', Array(
'index'=>$config['root'],
'title'=>'Login',
'config'=>$config,
'body'=>Element('login.html', Array(
'config'=>$config,
'error'=>$error,

Loading…
Cancel
Save