mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 01:30:12 +02:00
Update project information
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/** Adminer - Compact database management
|
/**
|
||||||
* @link https://www.adminer.org/
|
* Adminer - Database management in a single PHP file
|
||||||
* @author Jakub Vrana, https://www.vrana.cz/
|
*
|
||||||
* @copyright 2007 Jakub Vrana
|
* @link https://github.com/pematon/adminer
|
||||||
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
* @author Jakub Vrana (https://www.vrana.cz/)
|
||||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
* @author Peter Knut
|
||||||
*/
|
* @copyright 2007-2021 Jakub Vrana, 2024 Peter Knut
|
||||||
|
* @license Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
* @license GNU General Public License, version 2 (https://www.gnu.org/licenses/gpl-2.0.html)
|
||||||
|
*/
|
||||||
|
|
||||||
include "./include/bootstrap.inc.php";
|
include "./include/bootstrap.inc.php";
|
||||||
include "./include/tmpfile.inc.php";
|
include "./include/tmpfile.inc.php";
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/** Adminer Editor - Compact database editor
|
/**
|
||||||
* @link https://www.adminer.org/
|
* Adminer Editor - Compact database editor for end-users
|
||||||
* @author Jakub Vrana, https://www.vrana.cz/
|
*
|
||||||
* @copyright 2009 Jakub Vrana
|
* @link https://github.com/pematon/adminer
|
||||||
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
|
* @author Jakub Vrana (https://www.vrana.cz/)
|
||||||
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
|
* @author Peter Knut
|
||||||
*/
|
* @copyright 2009-2021 Jakub Vrana, 2024 Peter Knut
|
||||||
|
* @license Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
|
* @license GNU General Public License, version 2 (https://www.gnu.org/licenses/gpl-2.0.html)
|
||||||
|
*/
|
||||||
|
|
||||||
include "../adminer/include/bootstrap.inc.php";
|
include "../adminer/include/bootstrap.inc.php";
|
||||||
$drivers[DRIVER] = lang('Login');
|
$drivers[DRIVER] = lang('Login');
|
||||||
|
Reference in New Issue
Block a user