7 lines
291 B
PHP
7 lines
291 B
PHP
<?php
|
|
|
|
// This file exists to support legacy/external plugins that still use include/db.php
|
|
// This was added for release 10.4 and it's suggested this file is removed after a few more releases, to allow a window of
|
|
// time for third party plugin updates.
|
|
include_once __DIR__ . '/boot.php';
|