A minimalist, opensource online pastebin-like where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES… http://sebsauvage.net/wiki/doku.php?id=php:zerobin with so many features BUT without QR Code. We can be sometime lazy to type URL on “Smartphone”, but the...

Site d’origine : http://stackoverflow.com/questions/9135290/how-to-redirect-page-to-https-in-php Ajouter aux fichier : index.php # Add to redirect to HTTPS if(!isset($_SERVER[‘HTTPS’]) || $_SERVER[‘HTTPS’] == "" || $_SERVER[‘HTTPS’] == “off”){ $redirect = “https://”.$_SERVER[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’];...