Linux下的Zen Cart安全脚本
操作系统
#!/bin/bash echo “install some setting for zen cart because of some secure reason...“ for site in /data0/htdocs/*;do if [ -d $site ]; then if [ -f $site/includes/application_top.php ]; then echo $site“ is zen ca