equal
deleted
inserted
replaced
77 </div>'; |
77 </div>'; |
78 } |
78 } |
79 } |
79 } |
80 $db->free_result(); |
80 $db->free_result(); |
81 |
81 |
|
82 acp_usermanager_lockouts(true); |
|
83 |
82 // Update checker |
84 // Update checker |
83 echo '<div class="acphome-box info">'; |
85 echo '<div class="acphome-box info">'; |
84 echo '<h3>' . $lang->get('acphome_heading_updates') . '</h3>'; |
86 echo '<h3>' . $lang->get('acphome_heading_updates') . '</h3>'; |
85 echo '<p>' . $lang->get('acphome_msg_updates_info', array('updates_url' => 'http://ktulu.enanocms.org/meta/updates.xml')) . '</p>'; |
87 echo '<p>' . $lang->get('acphome_msg_updates_info', array('updates_url' => 'http://ktulu.enanocms.org/meta/updates.xml')) . '</p>'; |
86 echo '<div id="update_check_container"><input type="button" onclick="ajaxUpdateCheck(this.parentNode.id);" value="' . $lang->get('acphome_btn_check_updates') . '" /></div>'; |
88 echo '<div id="update_check_container"><input type="button" onclick="ajaxUpdateCheck(this.parentNode.id);" value="' . $lang->get('acphome_btn_check_updates') . '" /></div>'; |