1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 19:44:00 +02:00

Editor: User friendly data editor

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@787 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-03 06:26:01 +00:00
parent ef580994be
commit b95f24ea7a
11 changed files with 179 additions and 55 deletions

2
editor/db.inc.php Normal file
View File

@@ -0,0 +1,2 @@
<?php
page_header(lang('Database') . ": " . htmlspecialchars($_GET["db"]), $error, false);