Changeset 8


Ignore:
Timestamp:
10/25/04 17:26:10 (20 years ago)
Author:
Kris Deugau
Message:

Added SVN revision info section to cgi-bin/CommonWeb.pm,
cgi-bin/main.cgi, cgi-bin/consistency-check.pl, and
cgi-bin/IPDB.pm

Location:
trunk/cgi-bin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/CommonWeb.pm

    r4 r8  
     1# ipdb/cgi-bin/CommonWeb.pm
     2###
     3# SVN revision info
     4# $Date$
     5# SVN revision $Rev$
     6# Last update by $Author$
     7###
     8
    19package CommonWeb;
    210
    3 ###
    411# 08/13/2004 kdeugau@vianet
    512#       Split DB-related functions into new module;  they're not
    613#       specific to CGI/web stuff.
    7 ###
    814
    915use strict;             
  • trunk/cgi-bin/IPDB.pm

    r4 r8  
    1 # IPDB.pm
     1# ipdb/cgi-bin/IPDB.pm
    22# Contains DB-related functions for IPDB
     3###
     4# SVN revision info
     5# $Date$
     6# SVN revision $Rev$
     7# Last update by $Author$
     8###
     9
    310# Split from CommonWeb.pm 08/13/2004 kdeugau@vianet
    411
  • trunk/cgi-bin/consistency-check.pl

    r6 r8  
    11#!/usr/bin/perl
    2 # consistency-check.pl
     2# ipdb/cgi-bin/consistency-check.pl
    33# Does full check to see if the data in the db is consistent and complete.
     4###
     5# SVN revision info
     6# $Date$
     7# SVN revision $Rev$
     8# Last update by $Author$
     9###
    410
    511use DBI;
  • trunk/cgi-bin/main.cgi

    r4 r8  
    22# ipdb/cgi-bin/main.cgi
    33# Started munging from noc.vianet's old IPDB 04/22/2004
    4 # Current version 08/11/2004 kdeugau@vianet
     4###
     5# SVN revision info
     6# $Date$
     7# SVN revision $Rev$
     8# Last update by $Author$
     9###
    510
    611use strict;             
Note: See TracChangeset for help on using the changeset viewer.