From e8138f75b7c1e27adaad4613e06ef74766596777 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 3 Mar 2010 14:23:33 -0700 Subject: [PATCH] Look for errors in the right place --- www/tanks/errors.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/tanks/errors.cgi b/www/tanks/errors.cgi index c0b3ab1..f99d874 100755 --- a/www/tanks/errors.cgi +++ b/www/tanks/errors.cgi @@ -7,9 +7,9 @@ import os from urllib import quote -from ctf import teams, html +from ctf import teams, html, paths -basedir = '/var/lib/ctf/tanks' +basedir = os.path.join(paths.VAR, 'tanks') links = '''

Tanks