fml
This commit is contained in:
parent
85994871a0
commit
26732d5cd8
7 changed files with 180 additions and 85 deletions
|
@ -85,6 +85,10 @@ include dirname(dirname(__FILE__)).'/inc/plugin.class.php';
|
|||
*/
|
||||
include dirname(dirname(__FILE__)).'/inc/mail.class.php';
|
||||
|
||||
/**
|
||||
* Captcha
|
||||
*/
|
||||
include dirname(dirname(__FILE__)).'/inc/captcha.class.php';
|
||||
$plugin=new plugins();
|
||||
|
||||
$db= new db($config['host'], $config['user'], $config['pass'], $config['db'],'utf8', true);
|
||||
|
@ -201,6 +205,8 @@ if(defined('INSTALLED')){
|
|||
header("Location: install/install.php");
|
||||
}
|
||||
|
||||
$captcha = new captcha();
|
||||
|
||||
/**
|
||||
* OpenID
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue