From 5f2f64406407839d0a9d906e0ad165067d90d130 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 21 Feb 2011 20:19:33 -0800 Subject: resolve file inclusion conflicts w/ multiple plugins, improve the typo checker --- include/hostxrd.php | 7 ++++++- include/nav.php | 4 ++++ include/system_unavailable.php | 8 +++++++- 3 files changed, 17 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/hostxrd.php b/include/hostxrd.php index f8c398927..9161b265c 100644 --- a/include/hostxrd.php +++ b/include/hostxrd.php @@ -1,6 +1,11 @@ hostname,$tpl); + echo str_replace('$domain',$hostname,$tpl); session_write_close(); exit(); + +} \ No newline at end of file diff --git a/include/nav.php b/include/nav.php index 228774d95..430841722 100644 --- a/include/nav.php +++ b/include/nav.php @@ -1,5 +1,7 @@ page['nav'] .= ''; call_hooks('page_header', $a->page['nav']); + +} diff --git a/include/system_unavailable.php b/include/system_unavailable.php index 48da83793..bd7196cdf 100644 --- a/include/system_unavailable.php +++ b/include/system_unavailable.php @@ -1,6 +1,12 @@ + System Unavailable Apologies but this site is unavailable at the moment. Please try again later. - \ No newline at end of file + +EOT; +} \ No newline at end of file -- cgit v1.2.3