diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-16 06:43:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-16 06:43:23 +0000 |
commit | f4895cc9b0979947b4a649150ed4c24528d7c58c (patch) | |
tree | 6064327d2c37e9a1821f777bb65d72a4dcd77906 /databases/phpmyadmin/files/config.inc.php.sample | |
parent | - Fix IP address lease time bug on 64-bit archs. It caused clients (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=162544
Diffstat (limited to 'databases/phpmyadmin/files/config.inc.php.sample')
-rw-r--r-- | databases/phpmyadmin/files/config.inc.php.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/phpmyadmin/files/config.inc.php.sample b/databases/phpmyadmin/files/config.inc.php.sample index 815c376355c3..0087f6fac79d 100644 --- a/databases/phpmyadmin/files/config.inc.php.sample +++ b/databases/phpmyadmin/files/config.inc.php.sample @@ -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 * */ |