We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff94460 commit 7e9ddc7Copy full SHA for 7e9ddc7
main.py
@@ -96,8 +96,8 @@ def validate_directory_input(directory_path):
96
sys.exit(1)
97
98
def main():
99
- print(f"{GREEN}Welcome to the PHP Obfuscator!{RESET}")
100
- print(f"{GREEN}Follow the prompts to obfuscate your PHP files.\n{RESET}")
+ print(f"{YELLOW}Welcome to the PHP Obfuscator!{RESET}")
+ print(f"{YELLOW}Follow the prompts to obfuscate your PHP files.\n{RESET}")
101
102
print(f"{GREEN}Choose the mode for obfuscating your PHP files:{RESET}")
103
print(f"{BLUE}1: Single file{RESET}")
0 commit comments