mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 09:39:51 +02:00
Update project URL and info
This commit is contained in:
@@ -13,7 +13,7 @@ class Adminer {
|
|||||||
* @return string HTML code
|
* @return string HTML code
|
||||||
*/
|
*/
|
||||||
function name() {
|
function name() {
|
||||||
return "<a href='https://www.adminer.org/'" . target_blank() . " id='h1'>Adminer</a>";
|
return "<a href='https://github.com/pematon/adminer'" . target_blank() . " id='h1'>Adminer</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Connection parameters
|
/** Connection parameters
|
||||||
|
@@ -1,19 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "vrana/adminer",
|
"name": "pematon/adminer",
|
||||||
"description": "Database management in a single PHP file.",
|
"description": "Database management in a single PHP file.",
|
||||||
"homepage": "https://www.adminer.org/",
|
"homepage": "https://github.com/pematon/adminer",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"database"
|
"database"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://sourceforge.net/p/adminer/bugs-and-features/",
|
"issues": "https://github.com/pematon/adminer/issues",
|
||||||
"forum": "https://sourceforge.net/p/adminer/discussion/",
|
"forum": "https://github.com/pematon/adminer/discussions",
|
||||||
"source": "https://github.com/vrana/adminer/"
|
"source": "https://github.com/pematon/adminer"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Jakub Vrána",
|
"name": "Jakub Vrána",
|
||||||
"homepage": "https://www.vrana.cz/"
|
"homepage": "https://www.vrana.cz/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Peter Knut"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Reference in New Issue
Block a user