Ignore:
Timestamp:
Jan 7, 2014, 9:05:55 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Enabled setting of database query logging to file. File permissions should be set to write only for web server user account.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r712 r726  
    3333    $this->Database->ShowSQLQuery = $this->Config['Web']['ShowSQLQuery'];
    3434    $this->Database->ShowSQLError = $this->Config['Web']['ShowSQLError'];
    35     //$this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery'];
     35    $this->Database->LogSQLQuery = $this->Config['Web']['LogSQLQuery'];
    3636    $this->ModuleManager = new AppModuleManager();
    3737   
Note: See TracChangeset for help on using the changeset viewer.