Update uri.php
This commit is contained in:
parent
1e39a90836
commit
493c29b71a
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
if(!function_exists("base_url")) {
|
||||
function base_url() {
|
||||
global $config;
|
||||
$config = get_config();
|
||||
|
||||
$base_url = '';
|
||||
if(!array_key_empty("base_url", $config)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user