This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://ftp.br.debian.org/debian jessie main non-free contrib | |
deb-src http://ftp.br.debian.org/debian jessie main non-free contrib | |
deb http://security.debian.org/debian-security jessie/updates main contrib non-free | |
deb-src http://security.debian.org/debian-security jessie/updates main contrib non-free | |
# jessie-updates, previously known as 'volatile' | |
deb http://ftp.br.debian.org/debian jessie-updates main contrib non-free | |
deb-src http://ftp.br.debian.org/debian jessie-updates main contrib non-free |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for filename in /opt/mk-auth/*; do | |
echo 'BrowserMatchNoCase "curl" bots | |
Order Allow,Deny | |
Allow from All | |
Deny from env=bots' >> $filename'/.htaccess'; | |
done | |
echo 'BrowserMatchNoCase "curl" bots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script>alert('Terminal desativado. Contate a MKCloud para mais detalhes.'); location.href = '/admin/';</script> |