Rework LuCI build system
[project/luci.git] / libs / nixio / axTLS / www / lua / test_cookies.lp
diff --git a/libs/nixio/axTLS/www/lua/test_cookies.lp b/libs/nixio/axTLS/www/lua/test_cookies.lp
deleted file mode 100644 (file)
index 932b9c5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?lua
-local cookies = require"cgilua.cookies"
-CL_COOKIE = "cgilua_cookie"
-
-local test = cookies.get (CL_COOKIE)
-cookies.sethtml (CL_COOKIE, os.date())
-?>
-
-<h1>Testing Cookies library</h1>
-
-<%= CL_COOKIE%> = <%= tostring(test)%><br>
-Assigning current date to cookie!<br>
-Reload this script to check cookie's value!