Page 1 of 1
Question on removed embedded images
Posted: Wed Mar 26, 2014 12:45 pm
by Tinydan
When images are removed they're assigned a name in the database in the format image***.type. Which piece of code assigns this name?
Re: Question on removed embedded images
Posted: Wed Mar 26, 2014 10:14 pm
by mkoch227
It looks like images are processed around line 158 in pipe_functions.php. However, I'm not exactly sure what it does in terms of detail.
Re: Question on removed embedded images
Posted: Thu Mar 27, 2014 3:44 pm
by Klemen
The name is assigned in line 202 (it's hashed for security reasons to prevent files being opened from the browser).