LEPTON CMS 7.0.0
feel free to keep it strictly simple...
Loading...
Searching...
No Matches
constants.php File Reference

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'
 

Variable Documentation

◆ $database

◆ $level

$level = 1

Definition at line 25 of file constants.php.

◆ $root

$root = $oneback

Definition at line 24 of file constants.php.

◆ $storage

$storage = []

Definition at line 55 of file constants.php.

◆ else

if (!defined('LEPTON_INSTALL_PROCESS')) else
Initial value:
{
$oneback = "../"

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.

Author
LEPTON Project

Definition at line 22 of file constants.php.

◆ THEME_PATH

const THEME_PATH LEPTON_PATH . '/templates/lepsem'

Definition at line 157 of file constants.php.

◆ USERS_ACTIVE

const USERS_ACTIVE = 2

Definition at line 44 of file constants.php.

◆ USERS_CAN_SELF_DELETE

const USERS_CAN_SELF_DELETE = 8

Definition at line 46 of file constants.php.

◆ USERS_CAN_SETTINGS

const USERS_CAN_SETTINGS = 4

Definition at line 45 of file constants.php.

◆ USERS_DEFAULT_SETTINGS

const USERS_DEFAULT_SETTINGS = USERS_ACTIVE | USERS_CAN_SETTINGS

Definition at line 49 of file constants.php.

◆ USERS_DELETED

const USERS_DELETED = 1

Constants used in field 'status-flags' of table 'users'

Definition at line 43 of file constants.php.

◆ USERS_PROFILE_ALLOWED

const USERS_PROFILE_ALLOWED = 16

Definition at line 47 of file constants.php.

◆ USERS_PROFILE_AVAIL

const USERS_PROFILE_AVAIL = 32

Definition at line 48 of file constants.php.