From: <car...@us...> - 2025-02-19 19:23:18
|
Revision: 11148 http://sourceforge.net/p/phpwiki/code/11148 Author: carstenklapp Date: 2025-02-19 19:23:16 +0000 (Wed, 19 Feb 2025) Log Message: ----------- Fixed suggested max_execution_time to 60. (default is 30) Modified Paths: -------------- trunk/pgsrc/PhpWikiManual Modified: trunk/pgsrc/PhpWikiManual =================================================================== --- trunk/pgsrc/PhpWikiManual 2025-02-19 18:42:18 UTC (rev 11147) +++ trunk/pgsrc/PhpWikiManual 2025-02-19 19:23:16 UTC (rev 11148) @@ -11,7 +11,7 @@ //This document is long and can it can take a while to render the first time you view it. If you get a PHP error you can increase the// -##max_execution_time = 30## //line in php.ini.// +##max_execution_time = 60## //line in php.ini.// <<IncludePage page="Help/PhpWiki">> <<IncludePage page="Help/WikiWikiWeb">> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |