HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/_phpassport/pennhillspassport.com/index.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta property="og:image" content="https://pennhillspassport.com/promo-image.jpg">


    <title>Penn Hills Passport</title>
    <link rel="stylesheet" href="/style.css">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-0KJ99SR382"></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }

        gtag('js', new Date());
        gtag('config', 'G-0KJ99SR382');

        function redirectToAppStore() {

            let isMobile = {
                Android: function () {
                    return navigator.userAgent.match(/Android/i);
                },
                iOS: function () {
                    return navigator.userAgent.match(/iPhone|iPod/i);
                },
            };

            if (isMobile.Android()) {
                gtag('event', 'redirect', {
                    event_category: 'App Store Redirect',
                    event_label: 'Google Play Store',
                    value: 1
                });
                setTimeout(() => {
                    document.location.href = "https://play.google.com/store/apps/details?id=com.pennhillspassport";
                }, 250);

            } else if (isMobile.iOS()) {
                gtag('event', 'redirect', {
                    event_category: 'App Store Redirect',
                    event_label: 'iOS App Store',
                    value: 1
                });
                setTimeout(() => {
                    document.location.href = "https://apps.apple.com/us/app/penn-hills-passport/id6504437334";
                }, 250);
            } else {
                gtag('event', 'redirect', {
                    event_category: 'App Store Redirect',
                    event_label: 'No Redirect',
                    value: 1
                });
            }
        }

        // Automatically call the redirect function on page load
        window.onload = redirectToAppStore;
    </script>
</head>
<body>
<main class="main">

    <img src="promo-image.jpg" class="social"/>
    <img src="pennhillspassport.jpg" class="social"/>

    <img src="logo-site.png" id="logo"/>
    <br/>
    <p>
        <a href="https://apps.apple.com/us/app/penn-hills-passport/id6504437334"><img src="ios.png" class="button"/></a>
    </p>
    <p>
        <a href="https://play.google.com/store/apps/details?id=com.pennhillspassport"><img src="gplay.png" class="button"/></a>
    </p>
</main>
<footer>
    Copyright &copy;2024 Waldron Interactive LLC. All Rights Reserved.
    <a href="/privacy">Privacy Policy</a>
</footer>
</body>
</html>