1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Improved image testing. File class mime-detection improvements. Fix for use of e107_ini_set() which is only declared during installation. gSitemap typo fix.

This commit is contained in:
Cameron
2020-12-10 09:40:34 -08:00
parent ccede2f404
commit b0f28633bb
7 changed files with 2479 additions and 2136 deletions

View File

@@ -850,7 +850,7 @@ class private_message
@set_time_limit(10 * 60);
@e107_ini_set("max_execution_time", 10 * 60);
@ini_set("max_execution_time", 10 * 60);
while (@ob_end_clean()); // kill all output buffering else it eats server resources
if (connection_status() == 0)
{