Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/scripts/orphans.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | //TODO: Something that is not specific to anybody's install, here. |
7 | 7 | global $IP; |
8 | 8 | if ( !isset($IP) ) { |
9 | | - $IP = '/var/www/wikimedia-dev'; |
| 9 | + $IP = '../../../../'; |
10 | 10 | } |
11 | 11 | require_once( "$IP/maintenance/Maintenance.php" ); |
12 | 12 | |