Skip to content
Snippets Groups Projects
Commit 4ab6fe5d authored by totten's avatar totten
Browse files

CRM_Utils_Check_Security - Autoformat

parent fea6131e
Branches
Tags
No related merge requests found
......@@ -188,7 +188,7 @@ class CRM_Utils_Check_Security {
if ($upload_url = explode($filePathMarker, $config->imageUploadURL)) {
if ($files = glob($config->uploadDir . '/*')) {
for ($i=0; $i<3; $i++) {
for ($i = 0; $i < 3; $i++) {
$f = array_rand($files);
if ($file_path = explode($filePathMarker, $files[$f])) {
$url = implode($filePathMarker, array($upload_url[0], $file_path[1]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment