From 3fdeb3d2cb811f45d890a437ef49533918944343 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 7 Sep 2011 14:17:42 +0000 Subject: [PATCH] Followup r96437: actually define PROTO_INTERNAL --- includes/Defines.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Defines.php b/includes/Defines.php index 1dd7442b50..ff7d79805a 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -249,3 +249,4 @@ define( 'PROTO_HTTPS', 'https://' ); define( 'PROTO_RELATIVE', '//' ); define( 'PROTO_CURRENT', null ); define( 'PROTO_CANONICAL', 1 ); +define( 'PROTO_INTERNAL', 2 ); -- 2.20.1