Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
159 B
PHP
Raw Permalink Normal View History

2015-07-17 00:36:29 +02:00
<?php
2020-09-21 15:40:17 +02:00
2016-08-12 22:51:29 +03:00
$directpage = 'yes';
2015-08-29 22:44:44 +05:30
$pagetitle[] = 'Availability Map';
2019-04-11 23:26:42 -05:00
include_once 'includes/html/common/availability-map.inc.php';
2016-08-18 20:28:22 -05:00
echo implode('', $common_output);