diff options
author | Friendika <info@friendika.com> | 2011-04-30 17:24:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-30 17:24:37 -0700 |
commit | e00068334f414b42cd7a25c594a47efb86d5bb2f (patch) | |
tree | 6b4c9ab249c3fcbdd09a9e7fbce6bc7aa5533781 /boot.php | |
parent | ebfe536dedc796b9aa56e3bc3c9a890e77706d54 (diff) | |
download | volse-hubzilla-e00068334f414b42cd7a25c594a47efb86d5bb2f.tar.gz volse-hubzilla-e00068334f414b42cd7a25c594a47efb86d5bb2f.tar.bz2 volse-hubzilla-e00068334f414b42cd7a25c594a47efb86d5bb2f.zip |
fix private images
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 = '<script type="text/javascript"> $(document).ready(function() { $.("#login-name").focus();} );</script>'; + $o = replace_macros($tpl,array( '$logout' => t('Logout'), '$register_html' => $register_html, |