summaryrefslogtreecommitdiffstats
path: root/atom.php
diff options
context:
space:
mode:
Diffstat (limited to 'atom.php')
-rw-r--r--atom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.php b/atom.php
index c80d987..3af030d 100644
--- a/atom.php
+++ b/atom.php
@@ -1,6 +1,6 @@
<?php
include_once(__DIR__.'/app/app.php');
-include_once(__DIR__.'/app/lib/Cache.php');
+include_once(__DIR__.'/app/classes/Cache.php');
if ($Planet->loadOpml(__DIR__.'/custom/people.opml') == 0) exit;