?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: Undefined variable $authorization in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 28
Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 28
Warning: Undefined variable $translation in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 89
Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 89
Warning: Trying to access array offset on value of type null in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 90
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 91
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 220
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 221
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 222
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php:1) in /home/blacotuu/deliciouskenya.com/wp-includes/ID3/index.php on line 223
# define module command and surrounding initial environment (default value
# for MODULESHOME, MODULEPATH, LOADEDMODULES and parse of init config files)
eval "`/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl csh autoinit`"
# no environment alteration if the above autoinit command failed
if ( $status == 0 ) then
# clarify compat version is not enabled for below tests
if ( ! $?MODULES_USE_COMPAT_VERSION ) then
setenv MODULES_USE_COMPAT_VERSION 0
endif
# redefine module command if compat version has been activated
if ( "$MODULES_USE_COMPAT_VERSION" == '1' ) then
setenv MODULES_CMD /usr/share/Modules/libexec/modulecmd-compat ;
if ( $?histchars && $?prompt ) alias module 'set _histchars = $histchars; unset histchars; set _prompt=$prompt:q; set prompt=""; eval `/usr/share/Modules/libexec/modulecmd-compat csh \!*`; set _exit="$status"; set histchars = $_histchars; unset _histchars; set prompt=$_prompt:q; unset _prompt; test 0 = $_exit' ;
if ( $?histchars && ! $?prompt ) alias module 'set _histchars = $histchars; unset histchars; eval `/usr/share/Modules/libexec/modulecmd-compat csh \!*`; set _exit="$status"; set histchars = $_histchars; unset _histchars; test 0 = $_exit' ;
if ( ! $?histchars && $?prompt ) alias module 'set _prompt=$prompt:q; set prompt=""; eval `/usr/share/Modules/libexec/modulecmd-compat csh \!*`; set _exit="$status"; set prompt=$_prompt:q;unset _prompt; test 0 = $_exit' ;
if ( ! $?histchars && ! $?prompt ) alias module 'eval `/usr/share/Modules/libexec/modulecmd-compat csh \!*`' ;
endif
# define function to switch between C and Tcl versions of Modules
set switchml_defined="`alias switchml`"
if ( "$switchml_defined" == '' ) then
alias switchml 'set swfound=1; \\
if ( ! $?MODULES_USE_COMPAT_VERSION ) setenv MODULES_USE_COMPAT_VERSION 0; \\
if ( "$MODULES_USE_COMPAT_VERSION" == "1" ) set swname="main"; \\
if ( "$MODULES_USE_COMPAT_VERSION" == "1" && -e /usr/share/Modules/libexec/modulecmd.tcl ) set swfound=0; \\
if ( "$MODULES_USE_COMPAT_VERSION" != "1" ) set swname="compatibility"; \\
if ( "$MODULES_USE_COMPAT_VERSION" != "1" && -e /usr/share/Modules/libexec/modulecmd-compat ) set swfound=0; \\
if ( $swfound == 0 && $swname == "main" ) setenv MODULES_USE_COMPAT_VERSION 0; \\
if ( $swfound == 0 && $swname == "compatibility" ) setenv MODULES_USE_COMPAT_VERSION 1; \\
if ( $swfound == 0 ) echo "Switching to Modules $swname version"; \\
if ( $swfound == 0 ) source /usr/share/Modules/init/csh; \\
if ( $swfound != 0 ) echo "Cannot switch to Modules $swname version, command not found"; \\
unset swfound swname;'
endif
unset switchml_defined
if ( $?tcsh && $?prompt && -r /usr/share/Modules/init/tcsh_completion ) then
if ( "$MODULES_USE_COMPAT_VERSION" != '1' ) then
source /usr/share/Modules/init/tcsh_completion
else
# no completion support on compat version
uncomplete module
endif
endif
if ( ":${PATH}:" !~ '*:/usr/share/Modules/bin:*' ) then
if ( "$PATH" == '' ) then
setenv PATH /usr/share/Modules/bin
else
setenv PATH "/usr/share/Modules/bin:$PATH"
endif
endif
if ( $?MANPATH ) then
set manpath = $MANPATH
else
set manpath = `manpath`
# initialize MANPATH if not set with a value that preserves manpath
# system configuration even after addition of paths to this variable
# by modulefiles
setenv MANPATH :
endif
if ( ":${manpath}:" !~ '*:/usr/share/man:*' ) then
if ( "$MANPATH" == '' || "$MANPATH" == ':' ) then
set mlpathsep = ''
else
set mlpathsep = :
endif
setenv MANPATH "/usr/share/man$mlpathsep$MANPATH"
unset mlpathsep
endif
unset manpath
endif