diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/test.php b/templates/test.php index e8bb02c72..d088fe02d 100644 --- a/templates/test.php +++ b/templates/test.php @@ -1,6 +1,6 @@ <?php -$content = file_get_contents('/var/www/apps/news/prova.opml'); +$content = file_get_contents('/tmp/occOrigzvXqKO'); require_once('news/opmlparser.php'); |