Skip to content

Commit 3cb80f1

Browse files
committed
Updated file headers
1 parent 3658336 commit 3cb80f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

controllers/chat_controller.php

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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+
*/
213

314
class ChatController extends ChatAppController {
415
var $name = 'Chat';

0 commit comments

Comments
 (0)