Followup r96437: actually define PROTO_INTERNAL
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 7 Sep 2011 14:17:42 +0000 (14:17 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 7 Sep 2011 14:17:42 +0000 (14:17 +0000)
includes/Defines.php

index 1dd7442..ff7d798 100644 (file)
@@ -249,3 +249,4 @@ define( 'PROTO_HTTPS', 'https://' );
 define( 'PROTO_RELATIVE', '//' );
 define( 'PROTO_CURRENT', null );
 define( 'PROTO_CANONICAL', 1 );
+define( 'PROTO_INTERNAL', 2 );