* set version to 2.2.0rc1
* removed anything about "unofficial" from the pages :) * updated links, and labels in all lang files * General cleanups and updates in the docs and README files
This commit is contained in:
48
CREDITS
48
CREDITS
@@ -1,7 +1,7 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
phpMyAdmin - Credits, in chronological order
|
phpMyAdmin - Credits
|
||||||
============================================
|
====================
|
||||||
|
|
||||||
CREDITS, in chronological order
|
CREDITS, in chronological order
|
||||||
-------------------------------
|
-------------------------------
|
||||||
@@ -15,12 +15,15 @@ CREDITS, in chronological order
|
|||||||
* various fixes
|
* various fixes
|
||||||
|
|
||||||
[om] - Olivier M<>ller <om@omnis.ch>
|
[om] - Olivier M<>ller <om@omnis.ch>
|
||||||
* started sourceforge project
|
* started sourceforge phpMyAdmin project
|
||||||
* sync'ed different existing CVS trees with
|
* sync'ed different existing CVS trees with
|
||||||
new features and bugfixes
|
new features and bugfixes
|
||||||
|
* current project maintainer, with Marc and Loic
|
||||||
|
|
||||||
[lc] - Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
[lc] - Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
||||||
|
|
||||||
[mg] - Mirko Giese <mgiese@users.sourceforge.net>
|
[mg] - Mirko Giese <mgiese@users.sourceforge.net>
|
||||||
|
|
||||||
[rj] - Robin Johnson <robbat2@users.sourceforge.net>
|
[rj] - Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* Database maintence controls
|
* Database maintence controls
|
||||||
* Table type code
|
* Table type code
|
||||||
@@ -31,7 +34,44 @@ CREDITS, in chronological order
|
|||||||
|
|
||||||
[kc] - Korakot Chaovavanich <korakot@iname.com>
|
[kc] - Korakot Chaovavanich <korakot@iname.com>
|
||||||
[pk] - Pete Kelly <webmaster@trafficg.com>
|
[pk] - Pete Kelly <webmaster@trafficg.com>
|
||||||
[xx] - ... (to be completed)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Original Credits of Version 2.1.0
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea
|
||||||
|
to create a web-based interface to MySQL using PHP3. Although I have not
|
||||||
|
used any of his source-code, there are some concepts I've borrowed from
|
||||||
|
him. phpMyAdmin was created because Peter told me he wasn't going to further
|
||||||
|
develop his (great) tool.
|
||||||
|
Thanks go to
|
||||||
|
- Amalesh Kempf <ak-lsml@living-source.com> who contributed the code for
|
||||||
|
the check when dropping a table or database. He also suggested that you
|
||||||
|
should be able to specify the primary key on tbl_create.php3. To version
|
||||||
|
1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as
|
||||||
|
a bug-report. Plus many smaller improvements.
|
||||||
|
- Jan Legenhausen <jan@nrw.net>: He made many of the changes that were
|
||||||
|
introduced in 1.3.0 (including quite significant ones like the
|
||||||
|
authentification). For 1.4.1 he enhanced the table-dump feature. Plus
|
||||||
|
bug-fixes and help.
|
||||||
|
- Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca> made phpMyAdmin language-
|
||||||
|
independent by outsourcing the strings to a separate file. He also
|
||||||
|
contributed the French translation.
|
||||||
|
- Alexandr Bravo <abravo@hq.admiral.ru> who contributed tbl_select.php3,
|
||||||
|
a feature to display only some fields from a table.
|
||||||
|
- Chris Jackson <chrisj@ctel.net> added support for MySQL functions in
|
||||||
|
tbl_change.php3. He also added the "Query by Example" feature in 2.0.
|
||||||
|
- Dave Walton <walton@nordicdms.com> added support for multiple servers and
|
||||||
|
is a regular contributor for bug-fixes.
|
||||||
|
- Gabriel Ash <ga244@is8.nyu.edu> contributed the random access features
|
||||||
|
for 2.0.6.
|
||||||
|
The following people have contributed minor changes, enhancements, bugfixes
|
||||||
|
or support for a new language:
|
||||||
|
Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, Alexander Leidinger,
|
||||||
|
Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha Kettler, Joe Pruett,
|
||||||
|
Renato Lins, Mark Kronsbein, Jannis Hermanns, G. Wieggers.
|
||||||
|
|
||||||
|
And thanks to everyone else who sent me email with suggestions, bug-reports and
|
||||||
|
or just some feedback.
|
||||||
|
|
||||||
|
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-07-04 Olivier M<>ller <om@omnis.ch>
|
||||||
|
* set version to 2.2.0rc1
|
||||||
|
* removed anything about "unofficial" from the pages
|
||||||
|
* updated links, and labels in all lang files
|
||||||
|
* General cleanups and updates in the docs and README files
|
||||||
|
|
||||||
2001-07-03 Marc Delisle <lem9@users.sourceforge.net>
|
2001-07-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lib.inc.php3: patch from Chee Wai for illegal index
|
* lib.inc.php3: patch from Chee Wai for illegal index
|
||||||
* lang/brazilian_portuguese.inc.php3 update from
|
* lang/brazilian_portuguese.inc.php3 update from
|
||||||
@@ -33,12 +39,10 @@ $Source$
|
|||||||
* tbl_change.php3, lang/*: merge patch: "do not edit blobs" from
|
* tbl_change.php3, lang/*: merge patch: "do not edit blobs" from
|
||||||
Bernard M. Piller <bernard@bmpsystems.com>
|
Bernard M. Piller <bernard@bmpsystems.com>
|
||||||
|
|
||||||
========================================================================================
|
|
||||||
2001-06-30 Olivier M<>ller <om@omnis.ch>
|
2001-06-30 Olivier M<>ller <om@omnis.ch>
|
||||||
IMPORTANT : FROM NOW, PLEASE COMMIT YOUR CHANGES IN THE PHPMYADMIN-DEVEL BRANCH!
|
IMPORTANT : FROM NOW, PLEASE COMMIT YOUR CHANGES IN THE PHPMYADMIN-DEVEL BRANCH!
|
||||||
THE PHPMYADMIN-DEVEL BRANCH (where you are now) WILL BECOME THE MAIN BRANCH
|
THE PHPMYADMIN-DEVEL BRANCH (where you are now) WILL BECOME THE MAIN BRANCH
|
||||||
AS SOON AS THE SF STAFF MAKE THE CHANGE
|
AS SOON AS THE SF STAFF MAKE THE CHANGE
|
||||||
=========================================================================================
|
|
||||||
|
|
||||||
2001-06-30 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-06-30 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* db_details.php3, line 27: fixed a bug with PHP3 thanks to
|
* db_details.php3, line 27: fixed a bug with PHP3 thanks to
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
phpMyAdmin - Developer's Information
|
phpMyAdmin - Developer's Information
|
||||||
|
------------------------------------
|
||||||
|
|
||||||
phpMyAdmin is Open Source, so you're invited to contribute to it.
|
phpMyAdmin is Open Source, so you're invited to contribute to it.
|
||||||
Many great features have been written by other people and you too
|
Many great features have been written by other people and you too
|
||||||
@@ -36,7 +37,9 @@ phpMyAdmin - Developer's Information
|
|||||||
- put the modified files (tar'ed and gzip'ed) inside the patch tracker of the
|
- put the modified files (tar'ed and gzip'ed) inside the patch tracker of the
|
||||||
phpMyAdmin SourceForge account
|
phpMyAdmin SourceForge account
|
||||||
(https://sourceforge.net/projects/phpmyadmin/)
|
(https://sourceforge.net/projects/phpmyadmin/)
|
||||||
|
|
||||||
Write access to the CVS tree is granted only to developers who have already
|
Write access to the CVS tree is granted only to developers who have already
|
||||||
contributed something useful to phpMyAdmin. If you're interested in that,
|
contributed something useful to phpMyAdmin. If you're interested in that,
|
||||||
please contact us.
|
please contact us using the phpmyadmin-devel mailing list.
|
||||||
|
|
||||||
|
|
||||||
|
@@ -24,11 +24,7 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
|
|||||||
</style></head>
|
</style></head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<h1>phpMyAdmin 2.x.x- Documentation</h1>
|
<h1>phpMyAdmin Documentation</h1>
|
||||||
<p>This project is currently an <b>unofficial</b> continuation of
|
|
||||||
<a href="mailto:tobias@dnet.it">Tobias Ratschiller</a>'s work. It has not
|
|
||||||
been (at least <i>not yet</i> :-) accepted as an official continuation: we are still waiting
|
|
||||||
for an answer from Tobias.</p>
|
|
||||||
<p><a href="http://www.phpwizard.net/projects/phpMyAdmin/" class="navigation">Official phpMyAdmin project homepage</a><br>
|
<p><a href="http://www.phpwizard.net/projects/phpMyAdmin/" class="navigation">Official phpMyAdmin project homepage</a><br>
|
||||||
<a href="http://phpmyadmin.sourceforge.net/" class="navigation">"Unofficial" phpMyAdmin project homepage</a></p>
|
<a href="http://phpmyadmin.sourceforge.net/" class="navigation">"Unofficial" phpMyAdmin project homepage</a></p>
|
||||||
<p>Version history: <a href="ChangeLog">ChangeLog</a><br>
|
<p>Version history: <a href="ChangeLog">ChangeLog</a><br>
|
||||||
|
57
README
57
README
@@ -5,12 +5,15 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
A set of PHP-scripts to adminstrate MySQL over the WWW.
|
A set of PHP-scripts to adminstrate MySQL over the WWW.
|
||||||
|
|
||||||
Version 2.2.0 - xx/xx/2001
|
Version 2.2.0 - xx/07/2001
|
||||||
|
--------------------------
|
||||||
|
http://phpwizard.net/projects/phpMyAdmin/
|
||||||
http://phpmyadmin.sourceforge.net/
|
http://phpmyadmin.sourceforge.net/
|
||||||
|
|
||||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
|
Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
|
||||||
Copyright (C) 2001- Olivier M<>ller <om@omnis.ch>
|
Copyright (C) 2001- Olivier M<>ller <om@omnis.ch>
|
||||||
Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
||||||
|
Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
|
||||||
[check CREDITS file for more details]
|
[check CREDITS file for more details]
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
@@ -46,43 +49,10 @@ phpMyAdmin - Readme
|
|||||||
- administer one single database
|
- administer one single database
|
||||||
|
|
||||||
Download:
|
Download:
|
||||||
You can get the newest version at http://www.phpwizard.net/projects/phpMyAdmin/.
|
You can get the newest version at http://phpmyadmin.sourceforge.net/.
|
||||||
|
|
||||||
Credits:
|
Credits:
|
||||||
This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea
|
Please see the CREDITS file.
|
||||||
to create a web-based interface to MySQL using PHP3. Although I have not
|
|
||||||
used any of his source-code, there are some concepts I've borrowed from
|
|
||||||
him. phpMyAdmin was created because Peter told me he wasn't going to further
|
|
||||||
develop his (great) tool.
|
|
||||||
Thanks go to
|
|
||||||
- Amalesh Kempf <ak-lsml@living-source.com> who contributed the code for
|
|
||||||
the check when dropping a table or database. He also suggested that you
|
|
||||||
should be able to specify the primary key on tbl_create.php3. To version
|
|
||||||
1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as
|
|
||||||
a bug-report. Plus many smaller improvements.
|
|
||||||
- Jan Legenhausen <jan@nrw.net>: He made many of the changes that were
|
|
||||||
introduced in 1.3.0 (including quite significant ones like the
|
|
||||||
authentification). For 1.4.1 he enhanced the table-dump feature. Plus
|
|
||||||
bug-fixes and help.
|
|
||||||
- Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca> made phpMyAdmin language-
|
|
||||||
independent by outsourcing the strings to a separate file. He also
|
|
||||||
contributed the French translation.
|
|
||||||
- Alexandr Bravo <abravo@hq.admiral.ru> who contributed tbl_select.php3,
|
|
||||||
a feature to display only some fields from a table.
|
|
||||||
- Chris Jackson <chrisj@ctel.net> added support for MySQL functions in
|
|
||||||
tbl_change.php3. He also added the "Query by Example" feature in 2.0.
|
|
||||||
- Dave Walton <walton@nordicdms.com> added support for multiple servers and
|
|
||||||
is a regular contributor for bug-fixes.
|
|
||||||
- Gabriel Ash <ga244@is8.nyu.edu> contributed the random access features
|
|
||||||
for 2.0.6.
|
|
||||||
The following people have contributed minor changes, enhancements, bugfixes
|
|
||||||
or support for a new language:
|
|
||||||
Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, Alexander Leidinger,
|
|
||||||
Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha Kettler, Joe Pruett,
|
|
||||||
Renato Lins, Mark Kronsbein, Jannis Hermanns, G. Wieggers.
|
|
||||||
|
|
||||||
And thanks to everyone else who sent me email with suggestions, bug-reports and
|
|
||||||
or just some feedback.
|
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
Please see the INSTALL file.
|
Please see the INSTALL file.
|
||||||
@@ -94,13 +64,18 @@ phpMyAdmin - Readme
|
|||||||
Documentation:
|
Documentation:
|
||||||
Basic documentation available in Documentation.html
|
Basic documentation available in Documentation.html
|
||||||
|
|
||||||
|
Support:
|
||||||
|
There is a support forum under http://phpwizard.net/phorum/list.php?f=1
|
||||||
|
|
||||||
|
|
||||||
Enjoy,
|
Enjoy,
|
||||||
Tobias Ratschiller & Devel team
|
The phpMyAdmin Devel team
|
||||||
|
|
||||||
|
|
||||||
PS: Please, don't send us emails with question like "How do I compile
|
PS: Please, don't send us emails with question like "How do I compile
|
||||||
PHP3 with MySQL-support". I do answer all emails regarding
|
PHP3 with MySQL-support". We do answer all emails regarding
|
||||||
phpMyAdmin, but I just don't have the time to be your free helpdesk.
|
phpMyAdmin, but we just don't have the time to be your free helpdesk.
|
||||||
Please send your questions to the appropiate mailinglists.
|
Please send your questions to the appropiate mailinglists.
|
||||||
Before contacting me, please read the Documentation.html (esp. the FAQ-
|
Before contacting us, please read the Documentation.html (esp. the
|
||||||
part).
|
FAQ part).
|
||||||
|
|
||||||
|
17
TODO
17
TODO
@@ -3,20 +3,9 @@ $Id$
|
|||||||
phpMyAdmin - Todo
|
phpMyAdmin - Todo
|
||||||
=================
|
=================
|
||||||
|
|
||||||
High priority
|
We are currently using the Sourceforge Tracker as Todo list:
|
||||||
-------------
|
|
||||||
[ ] code cleanup, and release
|
|
||||||
|
|
||||||
Normal priority
|
http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse
|
||||||
---------------
|
|
||||||
[ ] create a new project homepage
|
|
||||||
|
|
||||||
Low priority
|
|
||||||
------------
|
|
||||||
[X] add a [save & insert] button on the record insert form.
|
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
-- swix/20010704
|
||||||
[ ] Todo [X] Done [.] On the way/currently thinking about it
|
|
||||||
--------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
@@ -26,9 +26,9 @@ $cfgServers[1]['port'] = ''; // MySQL port - leave blank for
|
|||||||
$cfgServers[1]['adv_auth'] = false; // Use advanced authentication?
|
$cfgServers[1]['adv_auth'] = false; // Use advanced authentication?
|
||||||
$cfgServers[1]['stduser'] = ''; // MySQL standard user (only needed with advanced auth)
|
$cfgServers[1]['stduser'] = ''; // MySQL standard user (only needed with advanced auth)
|
||||||
$cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth)
|
$cfgServers[1]['stdpass'] = ''; // MySQL standard password (only needed with advanced auth)
|
||||||
$cfgServers[1]['user'] = 'phpMyAdmin'; // MySQL user (only needed with basic auth)
|
$cfgServers[1]['user'] = 'root'; // MySQL user (only needed with basic auth)
|
||||||
$cfgServers[1]['password'] = 'test99'; // MySQL password (only needed with basic auth)
|
$cfgServers[1]['password'] = 'qmail'; // MySQL password (only needed with basic auth)
|
||||||
$cfgServers[1]['only_db'] = 'phpMyAdmin'; // If set to a db-name, only this db is accessible
|
$cfgServers[1]['only_db'] = ''; // If set to a db-name, only this db is accessible
|
||||||
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
|
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
|
||||||
$cfgServers[1]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
|
$cfgServers[1]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
|
||||||
$cfgServers[1]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
|
$cfgServers[1]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
|
||||||
@@ -67,7 +67,7 @@ $cfgServer = '';
|
|||||||
unset($cfgServers[0]);
|
unset($cfgServers[0]);
|
||||||
|
|
||||||
// Be sure to include no trailing slash on the path
|
// Be sure to include no trailing slash on the path
|
||||||
$cfgManualBase = "http://www.mysql.com/documentation/mysql/bychapter";
|
$cfgManualBase = "http://www.mysql.com/documentation/mysql/";
|
||||||
|
|
||||||
$cfgConfirm = true;
|
$cfgConfirm = true;
|
||||||
$cfgPersistentConnections = false;
|
$cfgPersistentConnections = false;
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
// PMA_WINDOWS (bool) - mark if phpMyAdmin running on windows server
|
// PMA_WINDOWS (bool) - mark if phpMyAdmin running on windows server
|
||||||
|
|
||||||
|
|
||||||
define("PHPMYADMIN_VERSION", "2.3.0alpha-20010627");
|
define("PHPMYADMIN_VERSION", "2.2.0rc1");
|
||||||
|
|
||||||
if (!ereg("([0-9]).([0-9]).([0-9])", phpversion(), $match))
|
if (!ereg("([0-9]).([0-9]).([0-9])", phpversion(), $match))
|
||||||
$result=ereg("([0-9]).([0-9])",phpversion(),$match);
|
$result=ereg("([0-9]).([0-9])",phpversion(),$match);
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "foi eliminado.";
|
|||||||
$strHasBeenEmptied = "foi esvaziado.";
|
$strHasBeenEmptied = "foi esvaziado.";
|
||||||
$strHome = "Base"; // Alguem tem alguma palavra melhor para 'Home'?
|
$strHome = "Base"; // Alguem tem alguma palavra melhor para 'Home'?
|
||||||
$strHomepageOfficial = "P<EFBFBD>gina Oficial do phpMyAdmin";
|
$strHomepageOfficial = "P<EFBFBD>gina Oficial do phpMyAdmin";
|
||||||
$strHomepageSourceforge = "Nova (mas ainda n<>o oficial) P<>gina do phpMyAdmin";
|
$strHomepageSourceforge = "Nova P<>gina do phpMyAdmin";
|
||||||
$strHost = "Servidor";
|
$strHost = "Servidor";
|
||||||
$strHostEmpty = "O nome do servidor est<73> vazio!";
|
$strHostEmpty = "O nome do servidor est<73> vazio!";
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||||
$strHome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "ha estat eliminada.";
|
|||||||
$strHasBeenEmptied = "ha estat buidada.";
|
$strHasBeenEmptied = "ha estat buidada.";
|
||||||
$strHome = "Inici";
|
$strHome = "Inici";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Servidor";
|
$strHost = "Servidor";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>M<EFBFBD>šC";
|
$strHasBeenEmptied = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>M<EFBFBD>šC";
|
||||||
$strHome = "<EFBFBD>D<EFBFBD>ؿ<EFBFBD>";
|
$strHome = "<EFBFBD>D<EFBFBD>ؿ<EFBFBD>";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "<EFBFBD>D<EFBFBD><EFBFBD>";
|
$strHost = "<EFBFBD>D<EFBFBD><EFBFBD>";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ա<EFBFBD>";
|
$strHasBeenEmptied = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ա<EFBFBD>";
|
||||||
$strHome = "<EFBFBD><EFBFBD>Ŀ¼";
|
$strHome = "<EFBFBD><EFBFBD>Ŀ¼";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "byla odstran
|
|||||||
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
||||||
$strHome = "Domu";
|
$strHome = "Domu";
|
||||||
$strHomepageOfficial = " Ofici<63>ln<6C> str<74>nka phpMyAdmina ";
|
$strHomepageOfficial = " Ofici<63>ln<6C> str<74>nka phpMyAdmina ";
|
||||||
$strHomepageSourceforge = " nov<6F> (ale neofici<63>ln<6C>) str<74>nka phpMyAdmina ";
|
$strHomepageSourceforge = " nov<6F> str<74>nka phpMyAdmina ";
|
||||||
$strHost = "Hostitel";
|
$strHost = "Hostitel";
|
||||||
$strHostEmpty = "Jm<EFBFBD>no hostitele je pr<70>zdn<64>!";
|
$strHostEmpty = "Jm<EFBFBD>no hostitele je pr<70>zdn<64>!";
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<?php
|
1;2c1;2c1;2c<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$charset = "windows-1250";
|
$charset = "windows-1250";
|
||||||
@@ -107,7 +107,7 @@ $strHasBeenDropped = "byla odstran
|
|||||||
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
||||||
$strHome = "Domu";
|
$strHome = "Domu";
|
||||||
$strHomepageOfficial = " Ofici<63>ln<6C> str<74>nka phpMyAdmina ";
|
$strHomepageOfficial = " Ofici<63>ln<6C> str<74>nka phpMyAdmina ";
|
||||||
$strHomepageSourceforge = " nov<6F> (ale neofici<63>ln<6C>) str<74>nka phpMyAdmina ";
|
$strHomepage1;2cSourceforge = " nov<6F> str<74>nka phpMyAdmina ";
|
||||||
$strHost = "Hostitel";
|
$strHost = "Hostitel";
|
||||||
$strHostEmpty = "Jm<EFBFBD>no hostitele je pr<70>zdn<64>!";
|
$strHostEmpty = "Jm<EFBFBD>no hostitele je pr<70>zdn<64>!";
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "er slettet.";
|
|||||||
$strHasBeenEmptied = "er tømt.";
|
$strHasBeenEmptied = "er tømt.";
|
||||||
$strHome = "Hjem";
|
$strHome = "Hjem";
|
||||||
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
|
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
|
||||||
$strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside ";
|
$strHomepageSourceforge = "Ny phpMyAdmin hjemmeside ";
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "is verwijderd.";
|
|||||||
$strHasBeenEmptied = "is leeggemaakt.";
|
$strHasBeenEmptied = "is leeggemaakt.";
|
||||||
$strHome = "Home";
|
$strHome = "Home";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "has been dropped.";
|
|||||||
$strHasBeenEmptied = "has been emptied.";
|
$strHasBeenEmptied = "has been emptied.";
|
||||||
$strHome = "Home";
|
$strHome = "Home";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage";
|
$strHomepageOfficial = "Official phpMyAdmin Homepage";
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage";
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page";
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!";
|
$strHostEmpty = "The host name is empty!";
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "a
|
|||||||
$strHasBeenEmptied = "a <20>t<EFBFBD> vid<69>.";
|
$strHasBeenEmptied = "a <20>t<EFBFBD> vid<69>.";
|
||||||
$strHome = "Accueil";
|
$strHome = "Accueil";
|
||||||
$strHomepageOfficial = "Site officiel de phpMyAdmin";
|
$strHomepageOfficial = "Site officiel de phpMyAdmin";
|
||||||
$strHomepageSourceforge = "Nouveau site (non encore officiel) de phpMyAdmin";
|
$strHomepageSourceforge = "Page de T<>l<EFBFBD>chargement phpMyAdmin sur Sourceforge";
|
||||||
$strHost = "Serveur";
|
$strHost = "Serveur";
|
||||||
$strHostEmpty = "Le nom de serveur est vide";
|
$strHostEmpty = "Le nom de serveur est vide";
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "wurde gelöscht.";
|
|||||||
$strHasBeenEmptied = "wurde geleert.";
|
$strHasBeenEmptied = "wurde geleert.";
|
||||||
$strHome = "Home";
|
$strHome = "Home";
|
||||||
$strHomepageOfficial = " Offizielle phpMyAdmin Homepage ";
|
$strHomepageOfficial = " Offizielle phpMyAdmin Homepage ";
|
||||||
$strHomepageSourceforge = " neue (aber noch inoffizielle) phpMyAdmin Homepage ";
|
$strHomepageSourceforge = " Sourceforge phpMyAdmin Download Homepage ";
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "Es wurde kein Host angegeben!";
|
$strHostEmpty = "Es wurde kein Host angegeben!";
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHome = "MainPage";
|
$strHome = "MainPage";
|
||||||
$strHomepageOfficial = "phpMyAdmin<EFBFBD>ۡ<EFBFBD><EFBFBD><EFBFBD>";
|
$strHomepageOfficial = "phpMyAdmin<EFBFBD>ۡ<EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage";
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page";
|
||||||
$strHost = "<EFBFBD>ۥ<EFBFBD><EFBFBD><EFBFBD>";
|
$strHost = "<EFBFBD>ۥ<EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
|
||||||
$strHome = "MainPage";
|
$strHome = "MainPage";
|
||||||
$strHomepageOfficial = "phpMyAdmin Ȩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHomepageOfficial = "phpMyAdmin Ȩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage";
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page";
|
||||||
$strHost = "ȣ<EFBFBD><EFBFBD>Ʈ";
|
$strHost = "ȣ<EFBFBD><EFBFBD>Ʈ";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "er slettet.";
|
|||||||
$strHasBeenEmptied = "er t<>mt.";
|
$strHasBeenEmptied = "er t<>mt.";
|
||||||
$strHome = "Hjem";
|
$strHome = "Hjem";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "zosta
|
|||||||
$strHasBeenEmptied = "zosta<EFBFBD>o wyczyszczone.";
|
$strHasBeenEmptied = "zosta<EFBFBD>o wyczyszczone.";
|
||||||
$strHome = "Wej<EFBFBD>cie";
|
$strHome = "Wej<EFBFBD>cie";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "foi eliminado.";
|
|||||||
$strHasBeenEmptied = "foi esvaziado.";
|
$strHasBeenEmptied = "foi esvaziado.";
|
||||||
$strHome = "Home";
|
$strHome = "Home";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||||
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||||
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "se ha eliminado.";
|
|||||||
$strHasBeenEmptied = "se ha vaciado.";
|
$strHasBeenEmptied = "se ha vaciado.";
|
||||||
$strHome = "Home";
|
$strHome = "Home";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Host";
|
$strHost = "Host";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "har dumpats.";
|
|||||||
$strHasBeenEmptied = "har t<>mts.";
|
$strHasBeenEmptied = "har t<>mts.";
|
||||||
$strHome = "Hem";
|
$strHome = "Hem";
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "V<EFBFBD>rd";
|
$strHost = "V<EFBFBD>rd";
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
@@ -107,7 +107,7 @@ $strHasBeenDropped = "
|
|||||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been emptied.";
|
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been emptied.";
|
||||||
$strHome = "Home"; //to translate
|
$strHome = "Home"; //to translate
|
||||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
|
||||||
$strHost = "Host"; //to translate
|
$strHost = "Host"; //to translate
|
||||||
$strHostEmpty = "The host name is empty!"; //to translate
|
$strHostEmpty = "The host name is empty!"; //to translate
|
||||||
|
|
||||||
|
12
main.php3
12
main.php3
@@ -36,8 +36,8 @@ if (empty($cfgLang)) {
|
|||||||
* Displays the welcome message and the server informations
|
* Displays the welcome message and the server informations
|
||||||
*/
|
*/
|
||||||
|
|
||||||
echo "<h1>$strWelcome phpMyAdmin<br>";
|
echo "<h1>$strWelcome phpMyAdmin ";
|
||||||
echo PHPMYADMIN_VERSION." (unofficial devel-branch)";
|
echo PHPMYADMIN_VERSION;
|
||||||
echo "</h1>\n";
|
echo "</h1>\n";
|
||||||
|
|
||||||
// Don't display server info if $server == 0 (no server selected)
|
// Don't display server info if $server == 0 (no server selected)
|
||||||
@@ -250,14 +250,14 @@ if ($server > 0
|
|||||||
|
|
||||||
<!-- documentation -->
|
<!-- documentation -->
|
||||||
<li>
|
<li>
|
||||||
<a href="http://phpmyadmin.sourceforge.net/" target="_top">
|
<a href="Documentation.html" target="_new">phpMyAdmin <?php echo $strDocu; ?></a>
|
||||||
<?php echo $strHomepageSourceforge; ?></a> (SourceForge) [ <a href="ChangeLog">ChangeLog</a> ]
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://phpwizard.net/projects/phpMyAdmin/" target="_top"><?php echo $strHomepageOfficial; ?></a>
|
<a href="http://phpwizard.net/projects/phpMyAdmin/" target="_new"><?php echo $strHomepageOfficial; ?></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="Documentation.html" target="_top">phpMyAdmin <?php echo $strDocu; ?></a>
|
<a href="http://phpmyadmin.sourceforge.net/" target="_new">
|
||||||
|
<?php echo $strHomepageSourceforge; ?></a> [ <a href="ChangeLog" target="_new">ChangeLog</a> ]
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@@ -82,9 +82,9 @@ else
|
|||||||
if($what != "csv")
|
if($what != "csv")
|
||||||
{
|
{
|
||||||
echo "# phpMyAdmin MySQL-Dump$crlf";
|
echo "# phpMyAdmin MySQL-Dump$crlf";
|
||||||
echo "# ".PHPMYADMIN_VERSION."$crlf";
|
echo "# version ".PHPMYADMIN_VERSION."$crlf";
|
||||||
echo "# http://phpwizard.net/phpMyAdmin/$crlf";
|
echo "# http://phpwizard.net/phpMyAdmin/$crlf";
|
||||||
echo "# http://phpmyadmin.sourceforge.net/ (unofficial)$crlf";
|
echo "# http://phpmyadmin.sourceforge.net/ (download page)$crlf";
|
||||||
echo "#$crlf";
|
echo "#$crlf";
|
||||||
echo "# $strHost: ".$cfgServer['host'];
|
echo "# $strHost: ".$cfgServer['host'];
|
||||||
if(!empty($cfgServer['port'])) echo ":" . $cfgServer['port'];
|
if(!empty($cfgServer['port'])) echo ":" . $cfgServer['port'];
|
||||||
|
Reference in New Issue
Block a user