Skip to content

Commit

Permalink
Updated file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurry committed Oct 23, 2008
1 parent 3cb80f1 commit 8d11772
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions views/helpers/ajax_chat.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<?php
/*
* CakePHP Ajax Chat Plugin (using jQuery);
* Copyright (c) 2008 Matt Curry
* www.PseudoCoder.com
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
* http://sandbox2.pseudocoder.com/demo/chat
*
* @author Matt Curry <matt@pseudocoder.com>
* @license MIT
*
*/

if (!defined('CHAT_FREQUENCY')) {
define('CHAT_FREQUENCY', 5);
}
Expand Down

0 comments on commit 8d11772

Please sign in to comment.