summaryrefslogtreecommitdiffstats
path: root/atom.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@gmail.com>2022-01-11 11:49:53 +0100
committerRomain d'Alverny <rdalverny@gmail.com>2022-01-11 11:49:53 +0100
commit45fc21386a05eef391ce1469e5a40b521fe94e7f (patch)
treea72121ef68bc246558abb1065cad0a8d51ddc993 /atom.php
parent81e974e61ab010e12e60174be4e07f9bdeb933f9 (diff)
downloadplanet-45fc21386a05eef391ce1469e5a40b521fe94e7f.tar
planet-45fc21386a05eef391ce1469e5a40b521fe94e7f.tar.gz
planet-45fc21386a05eef391ce1469e5a40b521fe94e7f.tar.bz2
planet-45fc21386a05eef391ce1469e5a40b521fe94e7f.tar.xz
planet-45fc21386a05eef391ce1469e5a40b521fe94e7f.zip
Fix include path & bug
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;