6 lines
60 B
PHP
6 lines
60 B
PHP
|
<?php
|
||
|
|
||
|
global $config;
|
||
|
|
||
|
require_once __DIR__.'/config.php';
|