projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea6131
)
CRM_Utils_Check_Security - Autoformat
author
Tim Otten
<totten@civicrm.org>
Wed, 5 Feb 2014 18:55:38 +0000
(10:55 -0800)
committer
Tim Otten
<totten@civicrm.org>
Wed, 5 Feb 2014 18:55:38 +0000
(10:55 -0800)
CRM/Utils/Check/Security.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Check/Security.php
b/CRM/Utils/Check/Security.php
index 32849c18ba8534e6a02b2385a4c4b59c9eff234a..33c909874c09785d18592d39d87cb071a6e71a3d 100644
(file)
--- a/
CRM/Utils/Check/Security.php
+++ b/
CRM/Utils/Check/Security.php
@@
-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]));