only count filemtime, not filectime
This commit is contained in:
parent
8efff11ac2
commit
0303019641
@ -190,8 +190,8 @@ class CProject {
|
|||||||
|
|
||||||
$this->lastupdate = max(
|
$this->lastupdate = max(
|
||||||
$this->lastupdate,
|
$this->lastupdate,
|
||||||
filemtime($this->dir.$file),
|
// filectime($this->dir.$file),
|
||||||
filectime($this->dir.$file)
|
filemtime($this->dir.$file)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_image($file)) {
|
if (is_image($file)) {
|
||||||
|
Reference in New Issue
Block a user