List

Try: ca/tecreations/ViewFile.php


<?php

function getModified($path) {
    return filemtime($path);
}