17 lines
No EOL
383 B
PHP
17 lines
No EOL
383 B
PHP
<?php
|
|
|
|
/**
|
|
* Config
|
|
*
|
|
* This is the core class to handle
|
|
* configuration values/constants.
|
|
*
|
|
* @package Kirby Toolkit
|
|
* @author Bastian Allgeier <bastian@getkirby.com>
|
|
* @link http://getkirby.com
|
|
* @copyright Bastian Allgeier
|
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
|
*/
|
|
class C extends Silo {
|
|
public static $data = array();
|
|
} |