mirror of
https://github.com/BillyOutlast/Gazelle-Porn.git
synced 2026-02-04 02:51:19 +01:00
7 lines
158 B
PHP
7 lines
158 B
PHP
<?php
|
|
|
|
require __DIR__ . '/../config.default.php';
|
|
@include __DIR__ . '/../config.local.php';
|
|
define('CONFIG', $CONFIG);
|
|
define('IS_DEV', $CONFIG['IS_DEV']);
|