]> git.joonet.de Git - adminer.git/commitdiff
Simplify SQLite development
authorJakub Vrana <jakub@vrana.cz>
Tue, 21 Feb 2017 12:13:39 +0000 (13:13 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 21 Feb 2017 12:13:39 +0000 (13:13 +0100)
adminer/sqlite.php [new file with mode: 0644]
readme.txt

diff --git a/adminer/sqlite.php b/adminer/sqlite.php
new file mode 100644 (file)
index 0000000..b746336
--- /dev/null
@@ -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";
index 21a19ca8b27660e8826f5c571d092425cb4bcb9e..8a9d74b18f97a5ee4d42f9ffa7be58dc680ed085 100644 (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