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: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?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 );