diff options
| author | Colin Guthrie <colin.guthrie@tribalogic.net> | 2013-04-19 13:28:19 +0100 |
|---|---|---|
| committer | Colin Guthrie <colin.guthrie@tribalogic.net> | 2013-04-21 19:57:43 +0100 |
| commit | 20ca4e9e509a111f8de0069feeac54e3b31098ee (patch) | |
| tree | cd1a27410c2fc470d270cf79cab021781d1931aa /www/feed-updated.php | |
| parent | ba158e3ed03dec10e6654b0b0dd3710504bdf04d (diff) | |
| download | phorkie-20ca4e9e509a111f8de0069feeac54e3b31098ee.tar.gz phorkie-20ca4e9e509a111f8de0069feeac54e3b31098ee.zip | |
Allow usage in a subdir of a host.
Diffstat (limited to 'www/feed-updated.php')
| -rw-r--r-- | www/feed-updated.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/feed-updated.php b/www/feed-updated.php index 679a5d7..8dfe7b4 100644 --- a/www/feed-updated.php +++ b/www/feed-updated.php @@ -12,8 +12,8 @@ render( 'feed-updated', array( 'pastes' => $db->getSearch()->listAll(0, 10, 'modate', 'desc'), - 'url' => Tools::fullUrl('/'), - 'feedurl' => Tools::fullUrl('/feed/updated'), + 'url' => Tools::fullUrl(), + 'feedurl' => Tools::fullUrl('feed/updated'), ) ); ?> |
