From e00068334f414b42cd7a25c594a47efb86d5bb2f Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 30 Apr 2011 17:24:37 -0700 Subject: fix private images --- boot.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3991d0757..c9760a99a 100644 --- a/boot.php +++ b/boot.php @@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.964' ); +define ( 'FRIENDIKA_VERSION', '2.1.965' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); define ( 'DB_UPDATE_VERSION', 1054 ); @@ -845,7 +845,9 @@ function login($register = false) { $tpl = load_view_file("view/login.tpl"); } - + +// $o = ''; + $o = replace_macros($tpl,array( '$logout' => t('Logout'), '$register_html' => $register_html, -- cgit v1.2.3