shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

log.php (357B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Error Log';
      4 
      5 // Text
      6 $_['text_success']     = 'Success: You have successfully cleared your error log!';
      7 $_['text_list']        = 'Errors List';
      8 
      9 // Error
     10 $_['error_warning']    = 'Warning: Your error log file %s is %s!';
     11 $_['error_permission'] = 'Warning: You do not have permission to clear error log!';