mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Merge branch 'develop' into pr/session-class
This commit is contained in:
commit
a1618c236f
60 changed files with 1564 additions and 195 deletions
|
|
@ -948,6 +948,7 @@ class memberModel extends member
|
|||
if(file_exists($image_mark_file))
|
||||
{
|
||||
list($width, $height, $type, $attrs) = getimagesize($image_mark_file);
|
||||
$info = new stdClass;
|
||||
$info->width = $width;
|
||||
$info->height = $height;
|
||||
$info->src = Context::getRequestUri().$image_mark_file . '?' . date('YmdHis', filemtime($image_mark_file));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue