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

Captcha Question Type

Variable: $cfg['captcha']['questionType']

Effected class: captcha

Config type: captcha

Type of data: string

Platform: 2v

How to call: self::$cfg['captcha']['questionType']

(only from effected classes)

Description:
Set the captcha question type of captcha image.
Available options:
Text - Will generate a code from letters and numbers.
Words - Words.php file that contain words - Will give random words from the file. Located at: \public\captcha\words.php.
Math - Will create a math simple question.
example: 1
The default set of "questionType".
How to set (example):
Code:
Info Panel
Roll it!   ⇔