Changeset 0714b7e in github


Ignore:
Timestamp:
Mar 14, 2008 5:52:43 PM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
9814721
Parents:
44be4e2
Message:

Add config parameter to disable the installer warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • index.php

    r330127a r0714b7e  
    33 +-----------------------------------------------------------------------+ 
    44 | RoundCube Webmail IMAP Client                                         | 
    5  | Version 0.1-20080302                                                  | 
     5 | Version 0.1-20080314                                                  | 
    66 |                                                                       | 
    7  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     7 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    88 | Licensed under the GNU GPL                                            | 
    99 |                                                                       | 
     
    242242{ 
    243243  // check if installer is still active 
    244   if (is_file('./installer/index.php')) 
     244  if (!$CONFIG['installer_disable_warning'] && is_readable('./installer/index.php')) 
    245245    $OUTPUT->add_footer(' 
    246246  <div style="background:#ef9398; border:2px solid #dc5757; padding:0.5em; margin:2em auto; width:50em"> 
Note: See TracChangeset for help on using the changeset viewer.