| Server IP : 104.21.4.30 / Your IP : 172.71.28.163 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/proc/thread-self/root/opt/drweb/scripts/include/ |
Upload File : |
# Find out the library directory (most likely this script was "sourced"
# from another script!).
[ -f "/opt/drweb/scripts/include/lib.sh" ] && script_dir="/opt/drweb/scripts/include"
[ -f "/usr/local/drweb/scripts/include/lib.sh" ] && script_dir="/usr/local/drweb/scripts/include"
[ -z "$script_dir" ] && printf '\nScript library directory was not created. Please reinstall drweb-common package.\n\n' && exit 1
# Include all library scripts.
includes="gettext.sh strings.sh global.sh platform.sh services.sh key.sh icapd.sh defaults.sh"
for f in $includes ; do
[ -f "$script_dir/$f" ] && . $script_dir/$f
done