Changeset 10814
- Timestamp:
- 01/07/11 16:04:34 (2 years ago)
- Files:
-
- freepbx/branches/2.8 (modified) (1 prop)
- freepbx/branches/2.8/amp_conf/htdocs/admin/views/loggedout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8
- Property svnmerge-integrated changed from /freepbx/branches/2.7:1-10414 /freepbx/trunk:1-9714,9744,9768,10150-10151,10215,10739 to /freepbx/branches/2.7:1-10414 /freepbx/trunk:1-9714,9744,9768,10150-10151,10215,10739,10813
freepbx/branches/2.8/amp_conf/htdocs/admin/views/loggedout.php
r9040 r10814 1 1 <?php 2 2 // Until a real solution is found for #4680 tell them to close the browser. 3 if (strstr($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) { 4 $template['content'] = 5 "<h2>"._("Close Browser to Log Out")."</h2>\n". 6 "<p>"._("You must close your browser to logout when using Chrome")."</p>\n"; 7 } else { 3 8 $template['content'] = 4 9 "<h2>"._("Logged out")."</h2>\n". … … 6 11 "<p><span style=\"background-color: #dddddd; margin: 6px; padding: 3px; border-style: solid; border-color: #777777; border-top-width: 0px; border-left-width: 0px; border-right-width: 2px; border-bottom-width: 2px;\">\n". 7 12 "<a href=\"".$_SERVER['PHP_SELF']."\">"._("Log in")."</a></span></p>\n"; 13 } 8 14 showview('freepbx', $template); 9 15
