desktop/phppgadmin/phppgadmin.install

5 lines
181 B
Plaintext
Raw Normal View History

post_upgrade() {
echo "Don't forget to add ':/usr/share/webapps/:/etc/webapps/' to php.ini/open_basedir,"
echo "adjust webserver configuration and enable pgsql php extension"
}