Files
Gazelle-Porn/classes/config.php
2022-07-28 14:03:55 +00:00

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']);