mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
bug 904 fixed: an index.htm is created in directories created by
pwg.images.add web API method, only directories that contains pictures. git-svn-id: http://piwigo.org/svn/branches/2.0@2916 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -951,6 +951,8 @@ SELECT
|
||||
}
|
||||
}
|
||||
|
||||
secure_directory($upload_dir);
|
||||
|
||||
// compute file path
|
||||
$date_string = preg_replace('/[^\d]/', '', $dbnow);
|
||||
$random_string = substr($params['file_sum'], 0, 8);
|
||||
@@ -994,6 +996,8 @@ SELECT
|
||||
}
|
||||
}
|
||||
|
||||
secure_directory($thumbnail_dir);
|
||||
|
||||
// thumbnail path, the filename may use a prefix and the extension is
|
||||
// always "jpg" (no matter what the real file format is)
|
||||
$thumbnail_path = sprintf(
|
||||
@@ -1044,6 +1048,8 @@ SELECT
|
||||
}
|
||||
}
|
||||
|
||||
secure_directory($high_dir);
|
||||
|
||||
// high resolution path, same name as web size file
|
||||
$high_path = sprintf(
|
||||
'%s/%s.%s',
|
||||
|
||||
Reference in New Issue
Block a user