Initial commit of unified WebGIS projects
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Return minimal client config (keep API keys out of the browser)
|
||||
header('Content-Type: application/json; charset=utf-8');
|
||||
include __DIR__ . '/../config/config.php';
|
||||
|
||||
|
||||
echo json_encode(['api_key'=>null]);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user