From: Roan Kattouw Date: Wed, 7 Sep 2011 14:17:42 +0000 (+0000) Subject: Followup r96437: actually define PROTO_INTERNAL X-Git-Tag: 1.31.0-rc.0~27833 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=3fdeb3d2cb811f45d890a437ef49533918944343;p=lhc%2Fweb%2Fwiklou.git Followup r96437: actually define PROTO_INTERNAL --- 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 );