From f84b4f11ce56eb5d8e97eda4f21e353f83258b64 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 27 Jan 2012 20:09:40 +0000 Subject: Changed require statements to reflect location of libraries in acf-lib-0.3 and acf-core-0.14 --- cgi-bin/provisioning.cgi | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'cgi-bin/provisioning.cgi') diff --git a/cgi-bin/provisioning.cgi b/cgi-bin/provisioning.cgi index 5ac1684..e4c9303 100755 --- a/cgi-bin/provisioning.cgi +++ b/cgi-bin/provisioning.cgi @@ -117,10 +117,7 @@ if ( request_method == "GET" ) then log:write("Checking PROV Table for results\n") -- Load the ACF mvc - local PATH = package.path - package.path = "/usr/share/acf/www/cgi-bin/?.lua;" .. package.path - require("mvc") - package.path = PATH + mvc = require("acf.mvc") -- We'll use the cli controller, but change the view resolver to call the template local pathinfo = ENV.PATH_INFO FRAMEWORK=mvc:new() @@ -163,10 +160,7 @@ elseif ( request_method == "PUT" ) then if not string.match(path_info, "%.log$") then log:write("Checking PROV Table for results\n") -- Load the ACF mvc - local PATH = package.path - package.path = "/usr/share/acf/www/cgi-bin/?.lua;" .. package.path - require("mvc") - package.path = PATH + mvc = require("acf.mvc") -- We'll use the cli controller, but change the view resolver to report HTTP code local pathinfo = ENV.PATH_INFO FRAMEWORK=mvc:new() -- cgit v1.2.3