Boost logo

Boost-Commit :

From: grafik_at_[hidden]
Date: 2007-05-26 16:16:53


Author: grafik
Date: 2007-05-26 16:16:50 EDT (Sat, 26 May 2007)
New Revision: 4287
URL: http://svn.boost.org/trac/boost/changeset/4287

Log:
Nothing to see here. Move along.

Text files modified:
   website/public_html/beta/admin/update-phpmyadmin.sh | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/admin/update-phpmyadmin.sh
==============================================================================
--- website/public_html/beta/admin/update-phpmyadmin.sh (original)
+++ website/public_html/beta/admin/update-phpmyadmin.sh 2007-05-26 16:16:50 EDT (Sat, 26 May 2007)
@@ -3,7 +3,7 @@
 
 PHPMYADMIN_VERSION='2.10.1'
 
-phpmyadmin="phpMyAdmin-$PHPMYADMIN_VERSION-all-languages"
+phpmyadmin="phpMyAdmin-${PHPMYADMIN_VERSION}-all-languages"
 
 ##
 # Fetch all the parts, and extract.
@@ -25,7 +25,7 @@
 cat - >>config.inc.php <<PHP
 <?php
 \$cfg['PmaAbsoluteUri'] = 'http://beta.boost.org/admin/db/';
-\$cfg['blowfish_secret'] = '$blowfish_secret';
+\$cfg['blowfish_secret'] = '${blowfish_secret}';
 \$i = 0;
 \$i++;
 \$cfg['Servers'][\$i] = \$cfg['Servers'][0];


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk