diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-05 11:37:27 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-05 11:37:27 +0000 |
commit | 00af0d6d3e432b36b06920c5b1ac8278aa0379a9 (patch) | |
tree | 3c9561b6bdfec1e45cf5a7ff8586388f3fa4e3a0 /databases/phpmyadmin/files/config.inc.php.sample | |
parent | Update to 0.12 (diff) |
- Update to 2.7.0
PR: ports/89962
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=150459
Diffstat (limited to 'databases/phpmyadmin/files/config.inc.php.sample')
-rw-r--r-- | databases/phpmyadmin/files/config.inc.php.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/phpmyadmin/files/config.inc.php.sample b/databases/phpmyadmin/files/config.inc.php.sample new file mode 100644 index 000000000000..4bad2997e619 --- /dev/null +++ b/databases/phpmyadmin/files/config.inc.php.sample @@ -0,0 +1,12 @@ +<?php +/* $FreeBSD$ + * + * Skeleton configuration file -- this file is empty on a fresh + * installaton of phpmyadmin. + * + * Copy any settings you want to override from config.defaults.php + * + */ + + +?> |