csnemeti / fim

Free issue manager
Apache License 2.0
0 stars 0 forks source link

Implement daily image #159

Closed csnemeti closed 9 years ago

csnemeti commented 9 years ago

We need a PHP that gets the number of items from a directory gets the day of the year and gets the reminder from day of the year % number of files. We'll add 1 to this value and pick the file from the directory that starts with the given number. Important notes:

We'll deliver the given file as response. The page will make a link like this for us: <img src="our_file.php" alt="Joke of the day" />

csnemeti commented 9 years ago

done...