X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/vendor/voku/portable-utf8
home
/
notabjze
/
just4dastreets.com
/
libraries
/
vendor
/
voku
/
portable-utf8
/
ðŸ“
..
📄
LICENSE-APACHE
(10.02 KB)
📄
LICENSE-GPL
(17.2 KB)
📄
bootstrap.php
(390 B)
ðŸ“
src
Editing: bootstrap.php
<?php use voku\helper\Bootup; use voku\helper\UTF8; Bootup::initAll(); // Enables UTF-8 for PHP UTF8::checkForSupport(); // Check UTF-8 support for PHP if (defined('PORTABLE_UTF8__ENABLE_AUTO_FILTER') === true) { Bootup::filterRequestUri(); // Redirects to an UTF-8 encoded URL if it's not already the case Bootup::filterRequestInputs(); // Normalizes HTTP inputs to UTF-8 NFC }
Upload File
Create Folder