BROOKO icon
BROOKO UK NETWORK
Where code meets creativity & adventure
File viewer

trutrak_mapping.php

Type
php
Size
174 B
Modified
15 May
trutrak_mapping.php 174 B
<?php
require_once __DIR__ . '/../bootstrap.php';
requirePermission('trutrak.manage');
header('Location: ' . app_url('admin/trutrak') . '#vehicle-mapping', true, 301);
exit;