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/newnode.cgi

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