Index: branches/wmf/1.17wmf1/includes/GlobalFunctions.php |
— | — | @@ -1451,11 +1451,6 @@ |
1452 | 1452 | return $url; |
1453 | 1453 | } |
1454 | 1454 | |
1455 | | -define( 'PROTO_HTTP', 'http://' ); |
1456 | | -define( 'PROTO_HTTPS', 'https://' ); |
1457 | | -define( 'PROTO_RELATIVE', '//' ); |
1458 | | -define( 'PROTO_CURRENT', null ); |
1459 | | - |
1460 | 1455 | /** |
1461 | 1456 | * Expand a potentially local URL to a fully-qualified URL. Assumes $wgServer |
1462 | 1457 | * is correct. |