server/cron_daily.php | ●●●●● patch | view | raw | blame | history |
server/cron_daily.php
@@ -388,7 +388,7 @@ if($backup_dir != '') { if(!is_dir($backup_dir)) { mkdir(escapeshellarg($backup_dir), 0750, true); mkdir(escapeshellcmd($backup_dir), 0750, true); } $sql = "SELECT * FROM web_domain WHERE type = 'vhost'";