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
* @author GeniXCMS
* @copyright 2014-2023 Puguh Wijayanto
* @copyright 2023-2026 GeniXCMS
* @license http://www.opensource.org/licenses/mit-license.php MIT
*
*/
error_reporting(E_ALL);
// DB CONFIG
!defined('DB_HOST') ? define('DB_HOST', '[[softdbhost]]') : null;
!defined('DB_NAME') ? define('DB_NAME', '[[softdb]]') : null;
!defined('DB_PASS') ? define('DB_PASS', '[[softdbpass]]') : null;
!defined('DB_USER') ? define('DB_USER', '[[softdbuser]]') : null;
!defined('DB_DRIVER') ? define('DB_DRIVER', 'mysql') : null;
!defined('SMART_URL') ? define('SMART_URL', false) : null;
!defined('GX_URL_PREFIX') ? define('GX_URL_PREFIX', '.html') : null;
!defined('ADMIN_DIR') ? define('ADMIN_DIR', 'gxadmin') : null;
!defined('USE_MEMCACHED') ? define('USE_MEMCACHED', false) : null;
!defined('SITE_ID') ? define('SITE_ID', '[[SITE_ID]]') : null;
!defined('DEBUG') ? define('DEBUG', false) : null;
!defined('SESSION_EXPIRES') ? define('SESSION_EXPIRES', 720) : null;
!defined('SESSION_DB') ? define('SESSION_DB', false) : null;
##################################//
# DON't REMOVE or EDIT THIS.
# ==================================
# YOU WON'T BE ABLE TO LOG IN
# IF IT CHANGED. PLEASE BE AWARE
##################################//
!defined('SECURITY_KEY') ? define('SECURITY_KEY', '[[SECURITY_KEY]]') : null;