Here's the current script:
<?php
# Most recently updated file in a directory
# Set up
$dir = "/home/bleucube/public_html/XXXXX";
$pattern = '\.(html|php|php4|txt )$';
$newstamp = 0;
$newname = "";
$dc = opendir($dir);
while ($fn = readdir($dc)) {
# Eliminate current directory, parent directory...
PHP:
from PHP https://ift.tt/32COr70
via IFTTT

0 Comments