Pico/index.php

10 lines
185 B
PHP
Raw Normal View History

2012-04-04 13:45:09 +00:00
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$pico = new Pico(
__DIR__,
__DIR__ . '/config/',
__DIR__ . '/plugins/',
__DIR__ . '/themes/'
);
echo $pico->run();