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 Db Ui On Post

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

Effected class: log global

Config type: log

Type of data: integer

Platform: 2v

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

Description:
Sometimes after we post some info, we infoUi will be triggered, the code will be halted because the page want to be redirected and he already output infoUi data - Also can be expressed as: "Headers already sent" or "Cannot modify header information" error. With this config we can prevent it from happening.
Available options:
0 - Will be disabled on html post request.
1 - Will allow even on html post request.
example: 1
The default set of "infoUiOnPost".
How to set (example):
Code:
Info Panel
Roll it!   ⇔