Warning: ini_restore() has been disabled for security reasons in /var/www/virtual/jerchen.de/blog/htdocs/scripts/sb_utility.php on line 23
jerchens IT-Blog
VHCS-Webmail mit PHP5 
Ich habe mein VHCS2 mit PHP5 zum Laufen gebracht, nur das Webmail war ein Problem, aber es ist so einfach: in der Datei /var/www/vhcs2/gui/tools/webmail/inc/inc.php
in Zeile 155 folgendes:

Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
"Cache-Control: no-cache\r\n".
"Cache-Control: must-revalidate");

durch

Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT");
Header("Cache-Control: no-cache");
Header("Cache-Control: must-revalidate");

ersetzten und dann klappt das Webmail von VHCS mit PHP5 hervorragend!
  |  Permalink  |  Related Link  |   ( 2.9 / 549 )