File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ function i2c_realip()
202
202
if (!empty ($ _SERVER ['HTTP_X_FORWARDED_FOR ' ])) {
203
203
204
204
// 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 ' ]);
206
206
if ($ ip ) { array_unshift ($ ips , $ ip ); $ ip = false ; }
207
207
208
208
for ($ i = 0 ; $ i < count ($ ips ); $ i ++) {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
$ _SERVER ['BASE_PAGE ' ] = 'releases/8.2/index.php ' ;
3
- include (__DIR__ . '/../../include/site.inc ' );
3
+ include (__DIR__ . '/../../include/site.inc ' );
4
4
5
5
mirror_redirect ('/releases/8.2/en.php ' );
Original file line number Diff line number Diff line change 1
1
<?php
2
2
$ _SERVER ['BASE_PAGE ' ] = 'releases/8.3/index.php ' ;
3
- include (__DIR__ . '/../../include/site.inc ' );
3
+ include (__DIR__ . '/../../include/site.inc ' );
4
4
5
5
mirror_redirect ('/releases/8.3/en.php ' );
You can’t perform that action at this time.
0 commit comments