diff options
Diffstat (limited to 'atom.php')
| -rw-r--r-- | atom.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
