Upgrade wkhtmltopdf and phpmyadmin

This commit is contained in:
Michael RICOIS 2015-06-15 14:36:30 +02:00
parent 18614e79eb
commit b84a8d1ef2
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ fi
# --- Installation Wkhtmltopdf
if [ ! -f /usr/local/bin/wkhtmltopdf ]
then
sudo dpkg -i /vagrant/data/Apps/wkhtmltox-0.12.1_linux-trusty-amd64.deb
sudo dpkg -i /vagrant/data/Apps/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
sudo apt-get -f install -y
fi

View File

@ -2,8 +2,8 @@
ServerName phpmyadmin.sd.dev
UseCanonicalName On
UseCanonicalPhysicalPort On
DocumentRoot /home/vhosts/phpMyAdmin-4.3.7-all-languages
<Directory /home/vhosts/phpMyAdmin-4.3.7-all-languages/>
DocumentRoot /home/vhosts/phpMyAdmin-4.4.7-all-languages
<Directory /home/vhosts/phpMyAdmin-4.4.7-all-languages/>
EnableSendfile Off
AllowOverride all
Require all granted