@@ -1,17 +1,17 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DebugKit DebugToolbar Component |
|
4 | - * |
|
5 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
6 | - * |
|
7 | - * Licensed under The MIT License |
|
8 | - * Redistributions of files must retain the above copyright notice. |
|
9 | - * |
|
10 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
11 | - * @link http://cakephp.org CakePHP(tm) Project |
|
12 | - * @since DebugKit 0.1 |
|
13 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
14 | - */ |
|
3 | + * DebugKit DebugToolbar Component |
|
4 | + * |
|
5 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
6 | + * |
|
7 | + * Licensed under The MIT License |
|
8 | + * Redistributions of files must retain the above copyright notice. |
|
9 | + * |
|
10 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
11 | + * @link http://cakephp.org CakePHP(tm) Project |
|
12 | + * @since DebugKit 0.1 |
|
13 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | App::uses('CakeLog', 'Log'); |
17 | 17 | App::uses('CakeLogInterface', 'Log'); |
@@ -386,9 +386,9 @@ discard block |
||
386 | 386 | return; |
387 | 387 | } |
388 | 388 | $cache = array( |
389 | - 'duration' => $this->cacheDuration, |
|
390 | - 'engine' => 'File', |
|
391 | - 'path' => CACHE |
|
389 | + 'duration' => $this->cacheDuration, |
|
390 | + 'engine' => 'File', |
|
391 | + 'path' => CACHE |
|
392 | 392 | ); |
393 | 393 | if (isset($this->settings['cache'])) { |
394 | 394 | $cache = array_merge($cache, $this->settings['cache']); |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @since DebugKit 0.1 |
|
12 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
13 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @since DebugKit 0.1 |
|
12 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | App::uses('Debugger', 'Utility'); |
16 | 16 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * A CakeLog listener which saves having to munge files or other configured loggers. |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - * |
|
13 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + * |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | App::uses('DebugPanel', 'DebugKit.Lib'); |
16 | 16 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | App::uses('DebugPanel', 'DebugKit.Lib'); |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | App::uses('DebugPanel', 'DebugKit.Lib'); |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | App::uses('DebugPanel', 'DebugKit.Lib'); |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | App::uses('DebugPanel', 'DebugKit.Lib'); |
15 | 15 |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | - * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | - * |
|
6 | - * Licensed under The MIT License |
|
7 | - * Redistributions of files must retain the above copyright notice. |
|
8 | - * |
|
9 | - * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | - * @link http://cakephp.org CakePHP(tm) Project |
|
11 | - * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | - */ |
|
3 | + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) |
|
4 | + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
5 | + * |
|
6 | + * Licensed under The MIT License |
|
7 | + * Redistributions of files must retain the above copyright notice. |
|
8 | + * |
|
9 | + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
10 | + * @link http://cakephp.org CakePHP(tm) Project |
|
11 | + * @license http://www.opensource.org/licenses/mit-license.php MIT License |
|
12 | + */ |
|
13 | 13 | |
14 | 14 | App::uses('DebugPanel', 'DebugKit.Lib'); |
15 | 15 |