From 3d0002a1a04db05f3651572aabd37d9c510c3d37 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 15:26:13 +0100 Subject: [PATCH] Update local --- lib/include/bash/const | 8 ++++---- lib/include/php/const | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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