From 1f7dddb5c5e97096423991e9da7546468b8fc969 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 12 Jan 2012 16:34:53 +0100 Subject: add compat scripts for acf-cli and mvc.lua they log and forward to new location --- www/cgi-bin/mvc.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 www/cgi-bin/mvc.lua (limited to 'www/cgi-bin/mvc.lua') diff --git a/www/cgi-bin/mvc.lua b/www/cgi-bin/mvc.lua new file mode 100644 index 0000000..436c5ca --- /dev/null +++ b/www/cgi-bin/mvc.lua @@ -0,0 +1,7 @@ + +-- require("acf.fs") +local fs = require("fs") + +fs.write_line_file("/var/log/acf.log", "WARNING: old mvc.lua was used") + +return require("mvc") -- cgit v1.2.3