mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-23 02:38:45 +02:00
8 lines
108 B
PHP
8 lines
108 B
PHP
<?php
|
|
|
|
global $config;
|
|
global $pandora_version;
|
|
global $build_version;
|
|
|
|
require_once __DIR__.'/config.php';
|