This cable bus project consisted of the design and supply of a custom feeder between the transformer and new main switchboard for a university expansion project.
Scroll to top
function allow_json_uploads($mimes) {
$mimes['json'] = 'application/json';
return $mimes;
}
add_filter('upload_mimes', 'allow_json_uploads');