Skip to content

Commit db848e7

Browse files
authored
Merge pull request #911 from Arhell/temp
update templates folder links
2 parents 233130f + 19c27e4 commit db848e7

12 files changed

+60
-60
lines changed

templates/element/cache_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since DebugKit 0.1
12-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
12+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1313
*/
1414

1515
/**

templates/element/deprecations_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
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
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
11+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1212
*/
1313

1414
/**

templates/element/environment_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* Shows information about the current app environment
66
*
7-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
8+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
99
*
1010
* Licensed under The MIT License
1111
* Redistributions of files must retain the above copyright notice.
1212
*
13-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14-
* @link http://cakephp.org CakePHP(tm) Project
15-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
13+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
14+
* @link https://cakephp.org CakePHP(tm) Project
15+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1616
*/
1717
use Cake\Error\Debugger;
1818

templates/element/history_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since DebugKit 1.1
12-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
12+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1313
*/
1414
/**
1515
* @var \DebugKit\View\AjaxView $this

templates/element/include_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since DebugKit 2.0
12-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
12+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1313
*/
1414

1515
/**

templates/element/log_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since DebugKit 0.1
12-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
12+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1313
*/
1414

1515
/**

templates/element/packages_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since DebugKit 3.5.2
12-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
12+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1313
*/
1414

1515
/**

templates/element/request_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
*
55
* PHP 5
66
*
7-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
8+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
99
*
1010
* Licensed under The MIT License
1111
* Redistributions of files must retain the above copyright notice.
1212
*
13-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14-
* @link http://cakephp.org CakePHP(tm) Project
13+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
14+
* @link https://cakephp.org CakePHP(tm) Project
1515
* @since DebugKit 0.1
16-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
16+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1717
*/
1818

1919
/**

templates/element/session_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
4-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
3+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
4+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
55
*
66
* Licensed under The MIT License
77
* Redistributions of files must retain the above copyright notice.
88
*
9-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
10-
* @link http://cakephp.org CakePHP(tm) Project
9+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
10+
* @link https://cakephp.org CakePHP(tm) Project
1111
* @since DebugKit 1.1
12-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
12+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1313
*/
1414

1515
/**

templates/element/sql_log_panel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
*
55
* PHP 5
66
*
7-
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8-
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7+
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
8+
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
99
*
1010
* Licensed under The MIT License
1111
* Redistributions of files must retain the above copyright notice.
1212
*
13-
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14-
* @link http://cakephp.org CakePHP(tm) Project
13+
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
14+
* @link https://cakephp.org CakePHP(tm) Project
1515
* @since DebugKit 0.1
16-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
16+
* @license https://www.opensource.org/licenses/mit-license.php MIT License
1717
*/
1818

1919
/**

0 commit comments

Comments
 (0)