Permalink
1 comment
on commit
sign in to comment.
Showing
with
516 additions
and 180 deletions.
- +1 −0 css/global.css
- +196 −171 imgboard.php
- +68 −0 inc/database_flatfile.php
- +36 −0 inc/database_mysql.php
- +44 −6 inc/database_mysqli.php
- +32 −0 inc/database_pdo.php
- +45 −0 inc/database_sqlite.php
- +46 −0 inc/database_sqlite3.php
- +20 −1 inc/functions.php
- +2 −1 inc/html.php
- +23 −0 js/tinyib.js
- +3 −1 settings.default.php
This comment has been minimized.
SthephanShinkufag commented onFeb 9, 2019
459c169
Support for database modes: 'pdo', 'mysqli', 'mysql', 'sqlite3', 'sqlite', 'flatfile'
Also the likes table succesfully transfers by flatfile migration mechanism.