pkgsrc/databases/phpmyadmin/patches/patch-libraries_vendor_config.php
tron 1c5b801b60 Update "phpmyadmin" package to version 4.0.6.
The major changes since version 3.5.* are:
- HTML frames are gone.
- The navigation panel now presents a tree.
- Javascript now required
- Documentation has a new look.
- Many bug fixes and smaller new features
This update also fixes the security vulnerability reported in PMASA-2013-10.

Approved by Thomas Klausner.
2013-09-18 22:20:04 +00:00

16 lines
599 B
PHP

$NetBSD: patch-libraries_vendor_config.php,v 1.3 2013/09/18 22:20:04 tron Exp $
Configure location of the configuration file in the vendor specific section
as suggested by the phpMyAdmin documentation.
--- libraries/vendor_config.php.orig 2013-09-05 17:34:46.000000000 +0100
+++ libraries/vendor_config.php 2013-09-18 21:07:38.000000000 +0100
@@ -28,7 +28,7 @@
/**
* Path to config file generated using setup script.
*/
-define('SETUP_CONFIG_FILE', './config/config.inc.php');
+define('SETUP_CONFIG_FILE', '@@PMSETUPFILE@@');
/**
* Whether setup requires writable directory where config