?¡ë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: 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/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
#compdef sudo sudoedit local curcontext="$curcontext" environ e local -a args zstyle -a "$curcontext" environ environ for e in "${environ[@]}" do local -x "$e" done args=( '-V[show version]' '-l[list allowed commands]' '-L[list options from Default section]' '-a[BSD auth type]:BSD auth type:' '-c[BSD login class]:BSD login class:' '-h[show help]' '-v[validate user timestamp]' '-k[invalidate user timestamp]' '-K[remove user timestamp]' '-r[Kerberos realm]:Kerberos realm:' '-p[password prompt]:password prompt:' '-u[user name]:user name:_users' '-S[read password from stdin]' ) if [[ $service = sudoedit ]]; then _arguments $args \ '*:file: _files' else _arguments $args \ '(- :)-e[edit file]:*:file:_files' \ '(- :)-s[run SHELL]' \ '(- :)-i[simulate login]' \ '(-i -s -e)-b[run command in background]' \ '(-i -s -e)-E[preserve environment]' \ '(-i -s -e)-H[set HOME environment variable]' \ '(-i -s -e)-P[preserve group vector]' \ '(-):command: _command_names -e' \ '*::arguments: _normal' fi