blob: 4718294f670fdf32cf0208138e827ca80a873327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* Lithium: the most rad php framework
*
* @copyright Copyright 2010, Union of RAD (http://union-of-rad.org)
* @license http://opensource.org/licenses/bsd-license.php The BSD License
*/
require 'webroot/index.php';
?>
|