mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- A trivial error pointed out to me by Gerard Seibert -- it's
config.default.php not config.defaults.php, and the file is in the libraries sub-directory PR: ports/97334 Submitted by: maintainer (Matthew Seaman)
This commit is contained in:
parent
411a43ddc6
commit
f4895cc9b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162544
2 changed files with 6 additions and 4 deletions
|
@ -4,8 +4,9 @@
|
|||
* Skeleton configuration file -- this file is empty on a fresh
|
||||
* installaton of phpmyadmin.
|
||||
*
|
||||
* Copy any settings you want to override from config.defaults.php
|
||||
* or use scripts/setup.php to generate a basic configuration file.
|
||||
* Copy any settings you want to override from
|
||||
* libraries/config.default.php or use scripts/setup.php to generate a
|
||||
* basic configuration file
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -4,8 +4,9 @@
|
|||
* Skeleton configuration file -- this file is empty on a fresh
|
||||
* installaton of phpmyadmin.
|
||||
*
|
||||
* Copy any settings you want to override from config.defaults.php
|
||||
* or use scripts/setup.php to generate a basic configuration file.
|
||||
* Copy any settings you want to override from
|
||||
* libraries/config.default.php or use scripts/setup.php to generate a
|
||||
* basic configuration file
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue