setup.php:

- add hint about SELinux and AppArmor if templates_c is not writeable
  https://sourceforge.net/p/postfixadmin/feature-requests/112/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1611 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 11 years ago
parent 8c139c95d6
commit ba4ccfdcf9

@ -149,6 +149,7 @@ if (!is_writeable($incpath.'/templates_c'))
{
print "<li><b>Error: Smarty template compile directory templates_c is not writable.</b><br />\n";
print "<b>Please make it writable.</b><br />\n";
print "<b>If you are using SELinux or AppArmor, you might need to adjust their setup to allow write access.</b><br />\n";
$error =+ 1;
} else {
print "<li>Smarty template compile directory is writable - OK<br />\n";

Loading…
Cancel
Save