mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 20:59:28 +00:00
8 lines
256 B
PHP
8 lines
256 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
// broaden the allowed URI characters just for tests
|
|
$config['permitted_uri_chars'] = 'a-z A-Z 0-9~%.:_\-';
|
|
// ensure we read REQUEST_URI
|
|
$config['uri_protocol'] = 'REQUEST_URI';
|