initial code comit
This commit is contained in:
9
system/json/general_settings/index.php
Normal file
9
system/json/general_settings/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
header('Content-Type: application/json');
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
require_once('../../settings.php');
|
||||
|
||||
echo html_entity_decode(json_encode($settings));
|
||||
Reference in New Issue
Block a user