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/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
# Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2024 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT BASEDIR = '/var/cagefs' CL_ALT_NAME = 'cl.selector' CL_ALT_CAGEFS_NAME = 'cl.selector.conf.d' CL_PHP_DIR_NAME = 'cl.php.d' ETC_CL_ALT_PATH = f'/etc/{CL_ALT_NAME}' ETC_CL_ALT_CAGEFS_PATH = f'/etc/{CL_ALT_CAGEFS_NAME}' ETC_CL_PHP_PATH = f'/etc/{CL_PHP_DIR_NAME}' CL_ALT_CONF = f'{ETC_CL_ALT_PATH}/selector.conf' CL_ALT_CAGEFS_CONF = f'{ETC_CL_ALT_CAGEFS_PATH}/selector.conf' SYMLINKS = { '%s/etc/cl.selector/ea-php': ('php', '/opt/cpanel/%s/root/usr/bin/php-cgi.cagefs'), '%s/etc/cl.selector/ea-php-cli': ('php-cli', '/opt/cpanel/%s/root/usr/bin/php.cagefs'), '%s/etc/cl.selector/ea-php.ini': ('php.ini', '/opt/cpanel/%s/root/etc/php.ini.cagefs'), '%s/etc/cl.selector/ea-lsphp': ('lsphp', '/opt/cpanel/%s/root/usr/bin/lsphp.cagefs'), }