Skip to content

Commit 8d11772

Browse files
committed
Updated file headers
1 parent 3cb80f1 commit 8d11772

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

views/helpers/ajax_chat.php

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* CakePHP Ajax Chat Plugin (using jQuery);
4+
* Copyright (c) 2008 Matt Curry
5+
* www.PseudoCoder.com
6+
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
7+
* http://sandbox2.pseudocoder.com/demo/chat
8+
*
9+
* @author Matt Curry <[email protected]>
10+
* @license MIT
11+
*
12+
*/
13+
214
if (!defined('CHAT_FREQUENCY')) {
315
define('CHAT_FREQUENCY', 5);
416
}

0 commit comments

Comments
 (0)