diff options
Diffstat (limited to 'atom.php')
-rw-r--r-- | atom.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/includes/atom.php"); atom_header("/text/index.php"); -create_entries_from_dir("text"); +create_entries_from_dir("text", true); atom_footer(); |