mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +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:
@@ -542,7 +542,7 @@ class gsitemap
|
||||
'gsitemap_id' => 0,
|
||||
'gsitemap_name' => $tp->toDB($name),
|
||||
'gsitemap_url' => $tp->toDB($url),
|
||||
'gsitemap_table' => $tp->toDB($id),
|
||||
'gsitemap_table' => $tp->toDB($table),
|
||||
'gsitemap_table_id' => (int) $id,
|
||||
'gsitemap_lastmod' => time(),
|
||||
'gsitemap_freq' => $_POST['import_freq'],
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user