1

When I ran localhost/phppgadmin I've got the following message:

printHeader('', null, true); $rtl = (strcasecmp($lang['applangdir'], 'rtl') == 0); $cols = $rtl ? '*,'.$conf['left_width'] : $conf['left_width'].',*'; $mainframe = '' ?> printFooter(false); ?> 
Henry WH Hack v3.0
  • 817
  • 6
  • 16
  • 34

1 Answers1

0

try to active the following module

sudo a2enmod php7.0

and install

sudo apt install php libapache2-mod-php

additionally read this thread: Upgrade to 16.04. php7 not working in browser

Tauling
  • 1
  • 3