diff --git a/lib/include/bash/const b/lib/include/bash/const index 9248767..ae4caa5 100755 --- a/lib/include/bash/const +++ b/lib/include/bash/const @@ -3,13 +3,13 @@ # 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 ROOT_DIR="/home/xdrm-brackets/SANDBOX/sats-local"; 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.xdr/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats"; +#export SOURCE_DIR="$ROOT_DIR/source"; +export SOURCE_DIR="/home/xdrm-brackets/Desktop/git.xdr/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats"; export TMP_DIR="$ROOT_DIR/tmp"; diff --git a/lib/include/php/const b/lib/include/php/const index b637722..ee9f8f7 100755 --- a/lib/include/php/const +++ b/lib/include/php/const @@ -3,13 +3,13 @@ # 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('ROOT_DIR', '/home/xdrm-brackets/SANDBOX/sats-local'); 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('SOURCE_DIR', '/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats'); define('TMP_DIR', ROOT_DIR.'/tmp'); # CONFIGURATION FILES