mangadex/bootstrap.php

10 lines
178 B
PHP
Raw Normal View History

2021-03-14 17:31:55 -04:00
<?php
require_once (__DIR__ . "/config.req.php");
if (!defined('ABS_DATA_BASEPATH')) {
define('ABS_DATA_BASEPATH', ABSPATH);
}
require_once ABSPATH . '/vendor/autoload.php';