Changeset 26 for trunk/index.php


Ignore:
Timestamp:
Dec 27, 2018, 3:47:30 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Improved information parsing from message text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r22 r26  
    377377    $this->Database->Prefix = $this->Config['Database']['Prefix'];
    378378    $this->Database->charset($this->Config['Database']['Charset']);
     379    $this->Database->ShowSQLError = false;
     380    $this->Database->ShowSQLQuery = false;
    379381    $this->PathItems = $this->ProcessURL();
    380382
Note: See TracChangeset for help on using the changeset viewer.