PHP Classes

File: local/config.incl.php

Recommend this page to a friend!
  Packages of Peter Buzanits   Booosta Installer   local/config.incl.php   Download  
File: local/config.incl.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Booosta Installer
Install applications to use the Booosta Framework
Author: By
Last change:
Date: 5 months ago
Size: 339 bytes
 

Contents

Class file image Download
<?php
namespace booosta;

Framework::$CONFIG = [

# usually you do not need to change anything beyond this line

'DEBUG_MODE' => false,
'LOG_MODE' => false,
'BACKUPMODE' => false,

'serial_field' => ['usersettings'],
'ESCAPE_CURL' => false,
'NO_DBCONNECT' => false,

];