Umfragen
config.php File Reference

Go to the source code of this file.

Variables

const STATUS_INCOMPLETE = 0
const STATUS_NORMAL = 1
const STATUS_USER_DEACTIVATED = 2
const STATUS_DELETED = 3
const STATUS_TEMPLATE = 6
const STATUS_ARCHIVE = 7
const STATUS_SHARED_TEMPLATE = 8
const POLLTYPE_SIMPLE = 4
const POLLTYPE_ADVANCED = 5
const DOCUMENT_ROOT = dirname(__FILE__)
const INCLUDE_DIR = DOCUMENT_ROOT.'/inc'

Variable Documentation

const DOCUMENT_ROOT = dirname(__FILE__)

Definition at line 14 of file config.php.

const INCLUDE_DIR = DOCUMENT_ROOT.'/inc'

Definition at line 15 of file config.php.

const POLLTYPE_ADVANCED = 5

Definition at line 12 of file config.php.

const POLLTYPE_SIMPLE = 4

Definition at line 11 of file config.php.

const STATUS_ARCHIVE = 7

Definition at line 8 of file config.php.

const STATUS_DELETED = 3

Definition at line 6 of file config.php.

const STATUS_INCOMPLETE = 0

Definition at line 3 of file config.php.

const STATUS_NORMAL = 1

Definition at line 4 of file config.php.

const STATUS_SHARED_TEMPLATE = 8

Definition at line 9 of file config.php.

const STATUS_TEMPLATE = 6

Definition at line 7 of file config.php.

const STATUS_USER_DEACTIVATED = 2

Definition at line 5 of file config.php.