JSlip  1.0
Variables
local.php File Reference

Go to the source code of this file.

Variables

const TARGET "..."
 
const TMP_DIR "zAArCsCzgF"
 
const RCLICK true
 
const MAX_SLIP 10000
 
const EXPIRE "2030-05-31"
 
const YEARS [2001, 2999]
 
const ROLE ['user', 'root']
 
const DEF_FUNC "Login"
 
const URL_BASE "/dev/jslip/"
 
if(TARGET=="dev") elseif(TARGET=="staging") else
 
const DB_USER "xxxx"
 
const DB_PASS "xxxx"
 
const DB_NAME "datagram_js"
 
const UTL_PHP "/.../bin/php"
 
const UTL_DELETE "/.../bin/rm"
 
const UTL_PLATEX "/.../bin/x86_64-linux/platex"
 
const UTL_DVIPDFMX "/.../bin/x86_64-linux/dvipdfmx"
 

Variable Documentation

◆ DB_NAME

const DB_NAME "datagram_js"

Definition at line 49 of file local.php.

◆ DB_PASS

const DB_PASS "xxxx"

Definition at line 48 of file local.php.

◆ DB_USER

const DB_USER "xxxx"

Definition at line 47 of file local.php.

◆ DEF_FUNC

const DEF_FUNC "Login"

Definition at line 17 of file local.php.

◆ else

if (TARGET=="dev") elseif (TARGET=="staging") else
Initial value:
{
define('DB_HOST', "xxx.xxx.xxx.xxx")

Definition at line 44 of file local.php.

◆ EXPIRE

const EXPIRE "2030-05-31"

Definition at line 13 of file local.php.

◆ MAX_SLIP

const MAX_SLIP 10000

Definition at line 12 of file local.php.

◆ RCLICK

const RCLICK true

Definition at line 11 of file local.php.

◆ ROLE

const ROLE ['user', 'root']

Definition at line 15 of file local.php.

◆ TARGET

const TARGET "..."

◆ TMP_DIR

const TMP_DIR "zAArCsCzgF"

Definition at line 9 of file local.php.

◆ URL_BASE

const URL_BASE "/dev/jslip/"

Definition at line 18 of file local.php.

◆ UTL_DELETE

const UTL_DELETE "/.../bin/rm"

Definition at line 52 of file local.php.

◆ UTL_DVIPDFMX

const UTL_DVIPDFMX "/.../bin/x86_64-linux/dvipdfmx"

Definition at line 54 of file local.php.

◆ UTL_PHP

const UTL_PHP "/.../bin/php"

Definition at line 51 of file local.php.

◆ UTL_PLATEX

const UTL_PLATEX "/.../bin/x86_64-linux/platex"

Definition at line 53 of file local.php.

◆ YEARS

const YEARS [2001, 2999]

Definition at line 14 of file local.php.