Changeset 274 for trunk


Ignore:
Timestamp:
Jul 6, 2007 3:35:07 AM (17 years ago)
Author:
quinn
Message:

Misc.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/codebase.inc.css

    r263 r274  
    1010
    1111/* App.inc.php ------------------------------------------------------ */
    12 .sc-msg { font-family: verdana,geneva,arial,sans-serif; }
     12.sc-msg { z-index: 2000000000; } /* Close to the maximum of a 32-bit integer. */
    1313.sc-msg-warning,
    1414.sc-msg-error,
  • trunk/services/logs.php

    r254 r274  
    2626
    2727// Files that cannot be deleted (preg search expressions).
    28 $no_delete_files = '/^app_error_log$|^php_error_log$|^access_log$|^error_log$|^ssl_request_log$/';
     28$no_delete_files = '/^php_error_log$|^access_log$|^error_log$|^ssl_request_log$/';
    2929
    3030// Files that cannot be cleared (preg search expressions).
Note: See TracChangeset for help on using the changeset viewer.