From ab9cf81909c75ba9b71f578bfcd55b08cf349fb2 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 17 Feb 2017 16:00:45 +0100 Subject: [PATCH] update path --- lib/include/bash/const | 6 ++---- lib/include/php/const | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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