From c3b4ecc4803de95fa2bc5b604fd91ffdb4b90f1d Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 15 May 2012 17:27:45 +0000 Subject: first import; adapted copy of www/_nav/ --- html/index.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 html/index.php (limited to 'html') diff --git a/html/index.php b/html/index.php new file mode 100644 index 0000000..31ba1d5 --- /dev/null +++ b/html/index.php @@ -0,0 +1,28 @@ +? */ +$wrap = isset($_GET['w']) ? true : false; + +include '../lib.php'; + +header('Access-Control-Allow-Origin: *'); +header('Access-Control-Allow-Methods: GET'); +header('Content-Type: text/html;charset=utf-8'); +header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day')))); +echo _mgnav_html($wrap, $lang); \ No newline at end of file -- cgit v1.2.1