From a5a19fd672bc0b8113d620669b557f17dccd343a Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 26 Oct 2006 13:35:12 +0000 Subject: Moved itools to live branch --- itjs.php | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 itjs.php (limited to 'itjs.php') diff --git a/itjs.php b/itjs.php new file mode 100644 index 0000000..204235a --- /dev/null +++ b/itjs.php @@ -0,0 +1,57 @@ + $data, 'len' => strlen($data))); + } + else + echo itjs::strip($data); +} +else + header("HTTP/1.0 304 Not Modified"); + +?> -- cgit v1.2.3