This file contains hidden or 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
RewriteEngine On | |
# RewriteBase / | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule ^(.*)$ index.php [QSA,L] |
This file contains hidden or 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
@ECHO OFF | |
title Adobe CS6 Master Suite license cleaner by CHEF-KOCH | |
COLOR 0E | |
CLS | |
ECHO. | |
ECHO. Welcome to the Adobe CS6 Master Suite license cleaner | |
ECHO. by CHEF-KOCH | |
ECHO. | |
ECHO. | |
ping 1.1.1.1 -n 1 -w 3600 >nul |