10 lines
97 B
PHP
10 lines
97 B
PHP
<?php
|
|
|
|
$gOnlyRoutes1 = array(
|
|
'Ops' => 1,
|
|
'Market' => 1,
|
|
);
|
|
|
|
$gExcludeRoutes = array(
|
|
);
|