Daddyfix's modified time fix.
Cette révision appartient à :
Parent
f3bbd134fc
révision
c71a6e3c04
@ -150,6 +150,7 @@
|
||||
} else {
|
||||
$page['path'] = str_replace($docs_path . '/', "", $file);
|
||||
$page['markdown'] = file_get_contents($file);
|
||||
$page['modified'] = filemtime($file);
|
||||
$page['content'] = MarkDownExtended($page['markdown']);
|
||||
$page['title'] = clean_url($file, 'Title');
|
||||
}
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user