PHP Classes

File: config.xml

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   config.xml   Download  
File: config.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 6 years ago
Size: 515 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <config> <view> <templatePath>../templates</templatePath> <twig> <cache>../cache/twig</cache> <debug>true</debug> <autoReload>true</autoReload> </twig> </view> <logger> <name>app</name> <path>log/portal/portal.log</path> </logger> <app> <displayErrorDetails>true</displayErrorDetails> <determineRouteBeforeAppMiddleware>true</determineRouteBeforeAppMiddleware> </app> </config>