Hits: 344

List

Try: ca/tecreations/ViewFile.php -- Online


<?php

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

function exists($path) {
    return file_exists($path);
}