1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

Simplify SQLite development

This commit is contained in:
Jakub Vrana
2017-02-21 13:13:39 +01:00
parent f8fd4dd6e3
commit 56b6590a4f
2 changed files with 9 additions and 0 deletions

8
adminer/sqlite.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
function adminer_object() {
include_once "../plugins/plugin.php";
include_once "../plugins/login-sqlite.php";
return new AdminerPlugin(array(new AdminerLoginSqlite));
}
include "./index.php";

View File

@@ -11,6 +11,7 @@ editor/index.php - Run development version of Adminer Editor
editor/example.php - Example customization
plugins/readme.txt - Plugins for Adminer and Adminer Editor
adminer/plugin.php - Plugin demo
adminer/sqlite.php - Development version of Adminer with SQLite allowed
compile.php - Create a single file version
lang.php - Update translations
tests/selenium.html - Selenium test suite