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/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
[% IF lsapi_handler %]
location ~ \.php[% php_major_version ? php_major_version _ "?" : "" %]$ {
try_files $uri =404;
include conf.d/includes-optional/cpanel-lsapi.conf;
lsapi_handler [% lsapi_handler %];
lsapi_engine on;
lsapi_user [% user %];
error_page 502 503 /LSAPI_50x.html;
}
[% ELSIF fpm_socket %]
location ~ \.php[% php_major_version ? php_major_version _ "?" : "" %]$ {
try_files $uri =404;
include conf.d/includes-optional/cpanel-fastcgi.conf;
fastcgi_pass unix:[% fpm_socket %];
error_page 502 503 /FPM_50x.html;
}
[% ELSE %]
location ~ \.php[0-9]?$ {
try_files $uri =404;
error_page 502 503 /FPM_50x.html;
return 502;
}
[%- END %]