Last change
on this file since 427 was 319, checked in by Kris Deugau, 19 years ago |
/branches/stable
Cosmetic fixups.
admin.cgi:
- Added links to freespace.pl and consistency-check.pl from admin tools
- Added note on user management noting global general read access
freespace.pl:
- Added headings to output sections for clarity
All changed files:
|
-
Property svn:keywords
set to
Date Rev Author
|
File size:
510 bytes
|
Line | |
---|
1 | # ipdb/cgi-bin/MyIPDB.pm
|
---|
2 | # Contains site-specific functions for IPDB
|
---|
3 | # May override some functions from IPDB.pm, wraps others
|
---|
4 | ###
|
---|
5 | # SVN revision info
|
---|
6 | # $Date: 2006-04-03 20:31:11 +0000 (Mon, 03 Apr 2006) $
|
---|
7 | # SVN revision $Rev: 319 $
|
---|
8 | # Last update by $Author: kdeugau $
|
---|
9 | ###
|
---|
10 | # Copyright (C) 2004-2006 - Kris Deugau
|
---|
11 |
|
---|
12 | use IPDB 2.0 qw(:ALL);
|
---|
13 |
|
---|
14 | ## connectDB_My()
|
---|
15 | # Wrapper for IPDB::connectDB
|
---|
16 | # Takes no arguments, returns whatever IPDB::connectDB returns.
|
---|
17 | sub connectDB_My {
|
---|
18 | return connectDB("ipdb", "ipdb", "ipdbpwd");
|
---|
19 | } # end connectDB_My()
|
---|
20 |
|
---|
21 | # Keep Perl from complaining.
|
---|
22 | 1;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.