This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Main methods to use: | |
quoteFromDir($dir): | |
Quotes from any of the fortune-files in the dir. | |
getRandomQuote($file): | |
Quotes from the specific file. | |
Written by Henrik Aasted Sorensen, [email protected] | |
Read more at http://www.aasted.org/quote |