cdef7a6324
This tempers the BC break, we can now recommend to simply remove the ROOT_DIR part
9 lines
152 B
PHP
9 lines
152 B
PHP
<?php
|
|
require_once(__DIR__ . '/vendor/autoload.php');
|
|
$pico = new Pico(
|
|
__DIR__,
|
|
'config/',
|
|
'plugins/',
|
|
'themes/'
|
|
);
|
|
echo $pico->run();
|