####################
Arbor Networks https://www.digitalattackmap.com
Bitdefender https://threatmap.bitdefender.com
####################
Arbor Networks https://www.digitalattackmap.com
Bitdefender https://threatmap.bitdefender.com
| /* | |
| html5doctor.com Reset Stylesheet | |
| v1.6.1 | |
| Last Updated: 2010-09-17 | |
| Author: Richard Clark - http://richclarkdesign.com | |
| Twitter: @rich_clark | |
| */ | |
| html, body, div, span, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
| -- This script enables the macOS Contact-Application to dial a phone-number | |
| -- via a SNOM hardware phone by clicking on the phone label. | |
| -- | |
| -- (C) 2008 David Kreitschmann, K3com Kommunikationstechnik http://www.k3com.de | |
| -- (C) 2017 Modification for SNOM 715 by Stefan Husch, https://qutic.com | |
| -- | |
| -- Copy this script to ~/Library/Application\ Scripts/com.apple.AddressBook | |
| -- on your macOS 10.11+ and change the phoneURL to your needs. | |
| -- | |
| -- A chmod 0600 ~/Library/Application\ Scripts/com.apple.AddressBook/Snom.scpt |
| <?php | |
| $ch = curl_init(); | |
| $source = "https://yourDomain.tld/file.zip"; | |
| curl_setopt($ch, CURLOPT_URL, $source); | |
| curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); | |
| $data = curl_exec ($ch); | |
| curl_close ($ch); | |
| // Save file |
| RewriteRule ^/?media/(.*)$ /index.php?ycom_file=$1 [L] | |
| # RewriteRule ^/?media/(.*\.(pdf|doc|zip))$ /index.php?ycom_file=$1 [L] |
| <div class="reservierung-kalender" id="bookingTableWrapper"> | |
| <!-- Start Bookatable Code --> | |
| <script type="text/javascript" src="https://bda.bookatable.com/deploy/lbui.direct.min.js"></script> | |
| <script type="text/javascript"> | |
| LBDirect_Embed({ | |
| connectionid : "BOOKATABLE-CONNECTION-ID", | |
| language: "de-DE", | |
| }); | |
| jQuery(function () { | |
| setTimeout(transformLBD, 10); |