0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
startup
/
[
Home
]
File: encoding_check.php
<?php defined('C5_EXECUTE') or die("Access Denied."); /** * Sets up encoding */ if (function_exists('mb_internal_encoding') && defined('APP_CHARSET')) { mb_internal_encoding(APP_CHARSET); }