blob: 2a36afff77a355ae55cc7339d65aad85b0b1c4a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.. this file should contain all definitions of global variables
.. php:global:: $_SESSION['mconn']
This global variable defines the status of the database connection
* TRUE if a connection could be established
* FALSE otherwise
.. php:global:: $_SESSION['_config']['normalhostname']
This global variable defines the main CAcert-website
* "www.cacert.org" for production
* "test.cacert.org" for testing
.. php:global:: $_SESSION['_config']['securehostname']
This global variable defines the secure CAcert-website
* "secure.cacert.org" for production
* " cacert.org" for testing
.. php:global:: $_SESSION['_config']['tverify']
This global variable defines TVERIFY
* "tverify.cacert.org" for production
* " " for testing
.. todo:: checkout what TVERIFY means, check names for test-system
.. php:global:: $_SESSION['_config']['language']
.. php:global:: $_SESSION['_config']['recode']
|