header.php 538 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Plugin Name: WP SQLite DB
  4. * Description: SQLite database driver drop-in. (based on SQLite Integration by Kojima Toshiyasu)
  5. * Author: Evan Mattson
  6. * Author URI: https://aaemnnost.tv
  7. * Plugin URI: https://github.com/aaemnnosttv/wp-sqlite-db
  8. * Version: 1.1.0
  9. * Requires PHP: 5.4
  10. *
  11. * This file must be placed in wp-content/db.php.
  12. * WordPress loads this file automatically.
  13. *
  14. * This project is based on the original work of Kojima Toshiyasu and his SQLite Integration plugin.
  15. */
  16. // db.php @generated by wp-sqlite-db