User Picture php 5.3 solved
This commit is contained in:
@@ -63,7 +63,7 @@ function DumpHeaders($filename)
|
||||
$isIE6 = 1;
|
||||
}
|
||||
|
||||
$aux = ereg_replace('[^-a-zA-Z0-9\.]', '_', $filename);
|
||||
$aux = preg_replace('[^-a-zA-Z0-9\.]', '_', $filename);
|
||||
$aux = explode ('_', $aux);
|
||||
$downloadName = $aux[ count($aux)-1 ];
|
||||
// $downloadName = $filename;
|
||||
|
||||
@@ -63,12 +63,10 @@ function DumpHeaders($filename)
|
||||
$isIE6 = 1;
|
||||
}
|
||||
|
||||
$aux = ereg_replace('[^-a-zA-Z0-9\.]', '_', $filename);
|
||||
$aux = preg_replace('[^-a-zA-Z0-9\.]', '_', $filename);
|
||||
$aux = explode ('_', $aux);
|
||||
$downloadName = $aux[ count($aux)-1 ];
|
||||
// $downloadName = $filename;
|
||||
|
||||
//$downloadName = ereg_replace('[^-a-zA-Z0-9\.]', '_', $filename);
|
||||
|
||||
if ($isIE && !isset($isIE6)) {
|
||||
// http://support.microsoft.com/support/kb/articles/Q182/3/15.asp
|
||||
|
||||
Reference in New Issue
Block a user