mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Reintegrate sqlite branch
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1466 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
1
lang.php
1
lang.php
@@ -14,6 +14,7 @@ $messages_all = array();
|
||||
foreach (array_merge(
|
||||
glob(dirname(__FILE__) . "/adminer/*.php"),
|
||||
glob(dirname(__FILE__) . "/adminer/include/*.php"),
|
||||
glob(dirname(__FILE__) . "/adminer/drivers/*.php"),
|
||||
glob(dirname(__FILE__) . "/editor/*.php"),
|
||||
glob(dirname(__FILE__) . "/editor/include/*.php")
|
||||
) as $filename) {
|
||||
|
Reference in New Issue
Block a user