diff --git a/lib/include/bash/const b/lib/include/bash/const index 4bb64f1..4688dc9 100755 --- a/lib/include/bash/const +++ b/lib/include/bash/const @@ -3,13 +3,11 @@ # RESET OUTPUT BUFFER # MAIN DIRECTORIES -#export ROOT_DIR="$"/home/sats/satsd; -export ROOT_DIR="/home/xdrm-brackets/SANDBOX/sats-local"; +export ROOT_DIR="/home/sats/satsd"; export LOG_DIR="$ROOT_DIR/log"; export DATA_DIR="$ROOT_DIR/data"; export CONF_DIR="$ROOT_DIR/conf"; -#export SOURCE_DIR="$ROOT_DIR./source"; -export SOURCE_DIR="/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats"; +export SOURCE_DIR="$ROOT_DIR/source"; export TMP_DIR="$ROOT_DIR/tmp"; # CONFIGURATION FILES diff --git a/lib/include/php/const b/lib/include/php/const index 2fa6f04..42957f7 100755 --- a/lib/include/php/const +++ b/lib/include/php/const @@ -3,13 +3,11 @@ # RESET OUTPUT BUFFER # MAIN DIRECTORIES - #define('ROOT_DIR', '/home/sats/satsd'); - define('ROOT_DIR', '/home/xdrm-brackets/SANDBOX/sats-local'); + define('ROOT_DIR', '/home/sats/satsd'); define('LOG_DIR', ROOT_DIR.'/log'); define('DATA_DIR', ROOT_DIR.'/data'); define('CONF_DIR', ROOT_DIR.'/conf'); - #define('SOURCE_DIR', ROOT_DIR.'/source'); - define('SOURCE_DIR', '/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats'); + define('SOURCE_DIR', ROOT_DIR.'/source'); define('TMP_DIR', ROOT_DIR.'/tmp'); # CONFIGURATION FILES