diff options
Diffstat (limited to 'chat/lib/class/AJAXChatHTTPHeader.php')
-rw-r--r-- | chat/lib/class/AJAXChatHTTPHeader.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/lib/class/AJAXChatHTTPHeader.php b/chat/lib/class/AJAXChatHTTPHeader.php index e488367..56552e4 100644 --- a/chat/lib/class/AJAXChatHTTPHeader.php +++ b/chat/lib/class/AJAXChatHTTPHeader.php @@ -10,9 +10,10 @@ // Class to manage HTTP header class AJAXChatHTTPHeader { - var $_contentType; - var $_constant; - var $_noCache; + protected + $_contentType, + $_constant, + $_noCache; function __construct($encoding='UTF-8', $contentType=null, $noCache=true) { if($contentType) { |