- 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:
Cheng-Lung Sung 2006-05-16 06:43:23 +00:00
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

View 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
*
*/

View 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
*
*/