diff --git a/lib/include/const b/lib/include/const index ba27cec..42957f7 100755 --- a/lib/include/const +++ b/lib/include/const @@ -3,11 +3,11 @@ # RESET OUTPUT BUFFER # MAIN DIRECTORIES - 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', '/home/xdrm-brackets/Desktop/git.xdrm.io/logauth-sats'); + define('SOURCE_DIR', ROOT_DIR.'/source'); define('TMP_DIR', ROOT_DIR.'/tmp'); # CONFIGURATION FILES