0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

fix #801 - incorrect path for common.php

This commit is contained in:
David Goodwin 2024-02-06 08:29:54 +00:00
parent 64c34b2c0a
commit 8c1369068f

View File

@ -26,7 +26,7 @@
*
*/
require_once('common.php');
require_once(__DIR__ . '/../common.php');
$smarty = PFASmarty::getInstance();
$smarty->configureTheme('../');