Latest Upgrade Leads To Web GUI Breaking?

In /var/www/html/admin/functions.inc.php

Change:

$dirname = $amp_conf[‘AMPWEBROOT’] . ‘/admin’;

To:

$dirname = ‘/var/www/html/admin’;

This should get you into the ACP, and from there you can update the module (please correct me if I’m wrong).