Unauthorized access to a PHP page prompts the user for a password. Once the password is entered the original page will show.
- The access is recorded in the session so it only needs to be
<? | |
///////////////////// | |
// slack2html | |
// by @levelsio | |
///////////////////// | |
// | |
///////////////////// | |
// WHAT DOES THIS DO? | |
///////////////////// | |
// |
// | |
// ContentView.swift | |
// | |
// Created by Ben Markowitz | |
// | |
import SwiftUI | |
import AVKit | |
struct ContentView: View { |
[ | |
{ | |
"event_type":"911 Telephone Outage Emergency", | |
"emoji":"📞🚨", | |
"icon":"phoneDuo", | |
"category":"Miscellaneous" | |
}, | |
{ | |
"event_type":"Administrative Message", | |
"emoji":"📢", |