mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-16 10:03:21 -07:00
Merge pull request #126 from demlasjr/patch-3
Added chmod 777 for phpmyadmin tmp folder
This commit is contained in:
commit
26d1cb0aa2
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ wget $CHOST/$VERSION/apache2-pma.conf -O /etc/phpmyadmin/apache.conf
|
|||
wget $CHOST/$VERSION/pma.conf -O /etc/phpmyadmin/config.inc.php
|
||||
ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
|
||||
mv -f /etc/phpmyadmin/config-db.php /etc/phpmyadmin/config-db.php_
|
||||
chmod 777 /var/lib/phpmyadmin/tmp
|
||||
|
||||
# Roundcube configuration
|
||||
wget $CHOST/$VERSION/apache2-webmail.conf -O /etc/roundcube/apache.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue