LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Go to the source code of this file.
Variables | |
if(!defined("SEC_FILE")) if(defined('LEPTON_PATH')) | else |
$root = $oneback | |
$level = 1 | |
const | USERS_DELETED = 1 |
const | USERS_ACTIVE = 2 |
const | USERS_CAN_SETTINGS = 4 |
const | USERS_CAN_SELF_DELETE = 8 |
const | USERS_PROFILE_ALLOWED = 16 |
const | USERS_PROFILE_AVAIL = 32 |
const | USERS_DEFAULT_SETTINGS = USERS_ACTIVE | USERS_CAN_SETTINGS |
$database = LEPTON_database::getInstance() | |
$storage = [] | |
const | THEME_PATH LEPTON_PATH . '/templates/lepsem' |
$database = LEPTON_database::getInstance() |
Definition at line 52 of file constants.php.
$level = 1 |
Definition at line 25 of file constants.php.
$root = $oneback |
Definition at line 24 of file constants.php.
$storage = [] |
Definition at line 55 of file constants.php.
if (!defined('LEPTON_INSTALL_PROCESS')) else |
This file is part of LEPTON Core, released under the GNU GPL Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
NOTICE:LEPTON CMS Package has several different licenses. Please see the individual license in the header of each single file or info.php of modules and templates.
Definition at line 22 of file constants.php.
const THEME_PATH LEPTON_PATH . '/templates/lepsem' |
Definition at line 157 of file constants.php.
const USERS_ACTIVE = 2 |
Definition at line 44 of file constants.php.
const USERS_CAN_SELF_DELETE = 8 |
Definition at line 46 of file constants.php.
const USERS_CAN_SETTINGS = 4 |
Definition at line 45 of file constants.php.
const USERS_DEFAULT_SETTINGS = USERS_ACTIVE | USERS_CAN_SETTINGS |
Definition at line 49 of file constants.php.
const USERS_DELETED = 1 |
Constants used in field 'status-flags' of table 'users'
Definition at line 43 of file constants.php.
const USERS_PROFILE_ALLOWED = 16 |
Definition at line 47 of file constants.php.
const USERS_PROFILE_AVAIL = 32 |
Definition at line 48 of file constants.php.