2 lines
158 B
Bash
Executable File
2 lines
158 B
Bash
Executable File
find /var/www /opt /srv /home -maxdepth 4 -name '.env*' -o -maxdepth 4 -name 'config.php' -o -maxdepth 4 -name 'wp-config.php' 2>/dev/null | head -12; echo E
|