0ef5f1b46d
- No random chdir() calls - No more exceptions when executing scripts from dirs other than root - find-posts.php prints absolute paths making piping more useful
5 lines
118 B
PHP
5 lines
118 B
PHP
<?php
|
|
require_once '../src/core.php';
|
|
|
|
$query = $_SERVER['REQUEST_URI'];
|
|
\Chibi\Facade::run($query, new Bootstrap());
|