File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4343 'no_extra_blank_lines ' => true ,
4444 'no_mixed_echo_print ' => true ,
4545 'no_singleline_whitespace_before_semicolons ' => true ,
46+ 'no_spaces_after_function_name ' => true ,
4647 'no_superfluous_elseif ' => true ,
4748 'no_trailing_whitespace ' => true ,
4849 'ordered_class_elements ' => true ,
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ function i2c_realip()
202202 if (!empty ($ _SERVER ['HTTP_X_FORWARDED_FOR ' ])) {
203203
204204 // Put the IP's into an array which we shall work with shortly.
205- $ ips = explode (", " , $ _SERVER ['HTTP_X_FORWARDED_FOR ' ]);
205+ $ ips = explode (", " , $ _SERVER ['HTTP_X_FORWARDED_FOR ' ]);
206206 if ($ ip ) { array_unshift ($ ips , $ ip ); $ ip = false ; }
207207
208208 for ($ i = 0 ; $ i < count ($ ips ); $ i ++) {
You can’t perform that action at this time.
0 commit comments