- Update databases/phpmyadmin to 4.0.0
Version 4.0.0 is the first release of a new major version, and
involves some significant changes in functionality. In particular it
now requires Javascript in order to operate.
Provide a new phpmyadmin35 port to track the 3.5.x branch for those
not wishing to upgrade yet. Note that you will have to adjust your
httpd.conf if you switch to this port, as it installs the application to
${LOCALBASE}/www/phpMyAdmin35
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
<?php
|
|
/* $FreeBSD$
|
|
*
|
|
* Skeleton configuration file -- this file is empty on a fresh
|
|
* installaton of phpmyadmin.
|
|
*
|
|
* Copy any settings you want to override from
|
|
* libraries/config.default.php or visit /phpmyadmin/setup/ to generate a
|
|
* basic configuration file
|
|
*
|
|
*/
|
|
|
|
|
|
?>
|