pull/67/head
Joe Prochazka 2016-01-26 20:27:31 -05:00
rodzic ca4da8bd49
commit dd28c6221a
1 zmienionych plików z 11 dodań i 11 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
<?php
/////////////////////////////////////////////////////////////////////////////////////
// ADS-B FEEDER PORTAL //
// =============================================================================== //
// Copyright and Licensing Information: //
/////////////////////////////////////////////////////////////////////////////////////
// ADS-B FEEDER PORTAL //
// =============================================================================== //
// Copyright and Licensing Information: //
// //
// The MIT License (MIT) //
// //
@ -25,10 +25,10 @@
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER //
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, //
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE //
// SOFTWARE. //
// SOFTWARE. //
/////////////////////////////////////////////////////////////////////////////////////
// Start session
// Start session
session_start();
// Load the common PHP classes.
@ -36,7 +36,7 @@
$common = new common();
// The title and navigation link ID of this page.
$pageTitle = "Live Dump1090 Map";
$pageTitle = "Live Dump978 Map";
// Get the name of the template to use from the settings.
$siteName = $common->getSetting("siteName");
@ -51,9 +51,9 @@
$linkId = $common->removeExtension($_SERVER["SCRIPT_NAME"])."-link";
// Include the index template.
require_once('templates/'.$template.'/dump978.tpl.php');
// Include the master template.
// Include the index template.
require_once('templates/'.$template.'/dump978.tpl.php');
// Include the master template.
require_once('templates/'.$template.'/master.tpl.php');
?>