mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Remove obsolete dbschema.sql
This commit is contained in:
parent
e52c996a56
commit
cb7a6ecf45
@ -1,9 +0,0 @@
|
|||||||
SET NAMES utf8;
|
|
||||||
|
|
||||||
CREATE TABLE `captchas` (
|
|
||||||
`cookie` VARCHAR(50),
|
|
||||||
`extra` VARCHAR(200),
|
|
||||||
`text` VARCHAR(255),
|
|
||||||
`created_at` INT(11),
|
|
||||||
PRIMARY KEY (cookie, extra)
|
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
|
@ -1,7 +1,5 @@
|
|||||||
I integrated this from: https://github.com/ctrlcctrlv/infinity/commit/62a6dac022cb338f7b719d0c35a64ab3efc64658
|
I integrated this from: https://github.com/ctrlcctrlv/infinity/commit/62a6dac022cb338f7b719d0c35a64ab3efc64658
|
||||||
|
|
||||||
<strike>First import the captcha/dbschema.sql in your database</strike> it is no longer required.
|
|
||||||
|
|
||||||
In inc/captcha/config.php change the database_name database_user database_password to your own settings.
|
In inc/captcha/config.php change the database_name database_user database_password to your own settings.
|
||||||
|
|
||||||
Add js/captcha.js in your secrets.php or config.php
|
Add js/captcha.js in your secrets.php or config.php
|
||||||
|
Loading…
Reference in New Issue
Block a user