mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-24 22:28:20 -05:00
10 lines
178 B
PHP
10 lines
178 B
PHP
|
<?php
|
||
|
|
||
|
require_once (__DIR__ . "/config.req.php");
|
||
|
|
||
|
if (!defined('ABS_DATA_BASEPATH')) {
|
||
|
define('ABS_DATA_BASEPATH', ABSPATH);
|
||
|
}
|
||
|
|
||
|
require_once ABSPATH . '/vendor/autoload.php';
|