Ignore:
Timestamp:
10/04/13 16:47:32 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

File off the last few rough edges (make sure webpath is used everywhere

appropriate)

Update copyright dates
Bump the version for release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/newcity.cgi

    r593 r601  
    88# Last update by $Author$
    99###
    10 # Copyright (C) 2004-2010 - Kris Deugau
     10# Copyright (C) 2004-2013 Kris Deugau <kdeugau@deepnet.cx>
    1111
    1212use strict;
     
    7474print "Content-type: text/html\n\n";
    7575
     76$page->param(webpath => $IPDB::webpath);
     77
    7678print $page->output;
    7779
Note: See TracChangeset for help on using the changeset viewer.