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:
8
adminer/sqlite.php
Normal file
8
adminer/sqlite.php
Normal 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";
|
@@ -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
|
||||
|
Reference in New Issue
Block a user