From 43902f893073c5e24cdb066ee6d40a2d10081061 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 23 Feb 2017 15:27:09 +0100 Subject: [PATCH] fixed dirs --- 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 ae4caa5..9248767 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 ee9f8f7..b637722 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