Archived
1
0
This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/lib/bootstrap.php
T

12 lines
269 B
PHP

<?php
// Serendipity
// See LICENSE file for license information.
require_once __DIR__ . '/../vendor/autoload.php';
// TODO: REMOVE WHEN DONE DEVELOPING
$whoops = new \Whoops\Run();
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler());
$whoops->register();