X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/plugins/language/helpers
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
plugins
/
language
/
helpers
/
📁
..
📄
common.php
(479 B)
📄
constants.php
(484 B)
Editing: common.php
<?php if (!function_exists('remove_query_string_var')) { /** * @param $url * @param $key * @return bool|mixed|string */ function remove_query_string_var($url, $key) { if (!is_array($key)) { $key = [$key]; } foreach ($key as $item) { $url = preg_replace('/(.*)(?|&)' . $item . '=[^&]+?(&)(.*)/i', '$1$2$4', $url . '&'); $url = substr($url, 0, -1); } return $url; } }
Upload File
Create Folder