10 lines
166 B
PHP
Executable file
10 lines
166 B
PHP
Executable file
<?php
|
|
date_default_timezone_set('Europe/Paris');
|
|
|
|
$config = Array();
|
|
|
|
$config["modules_enabled"] = "";
|
|
$config["urlAuth"] = "http://148.60.11.31:5000/v3";
|
|
?>
|
|
|
|
|