Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Allow Info Ui

Variable: $cfg['log']['infoUi']['allow']

Effected class: log global

Config type: log

Type of data: integer

Platform: 2v

How to call: basic::$cfg['log']['infoUi']['allow']

Description:
Should we allow info UI? This feature presents information from the server such as: get, post, server variables and ect. Also works with printIt and displays it's outcome. Very nice and slick UI that will give the developers (us) all the information we need to create projects on this frame work.
Available options:
0 - Nope.
1 - Sure (dev env + dev users).
2 - Sure (only dev env).
example: 1
The default set of "allow".
How to set (example):
Code:
Info Panel
Roll it!   ⇔