mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
src: whitespace sweep
This commit is contained in:
parent
cc451682da
commit
b19a6f52c8
@ -16,8 +16,8 @@
|
||||
<HighAvailSync VisibleName="High Availability" url="/system_hasync.php"/>
|
||||
|
||||
<Routing url="/system_gateways.php">
|
||||
<Routes url="/system_routes.php"/>
|
||||
<GatewayGroups url="/system_gateway_groups.php"/>
|
||||
<Routes url="/system_routes.php"/>
|
||||
<GatewayGroups url="/system_gateway_groups.php"/>
|
||||
</Routing>
|
||||
|
||||
<Settings url="/system_general.php">
|
||||
|
||||
@ -8,7 +8,7 @@ function system_get_language_code() {
|
||||
if (isset($config['system']['language'])) {
|
||||
$language = $config['system']['language'];
|
||||
$code = str_replace("_", "-", $language);
|
||||
}
|
||||
}
|
||||
|
||||
return $code;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user