Changeset 601 for branches/stable/cgi-bin/admin.cgi
- Timestamp:
- 10/04/13 16:47:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/admin.cgi
r594 r601 10 10 # Last update by $Author$ 11 11 ### 12 # Copyright (C) 2004-201 1 - Kris Deugau12 # Copyright (C) 2004-2013 Kris Deugau <kdeugau@deepnet.cx> 13 13 14 14 use strict; … … 469 469 } 470 470 471 ERRJUMP: print "Content-type: text/html\n\n".$header->output; 471 ERRJUMP: 472 473 $header->param(version => $IPDB::VERSION); 474 #$header->param(addperm => $IPDBacl{$authuser} =~ /a/); 475 $header->param(webpath => $IPDB::webpath); 476 477 print "Content-type: text/html\n\n".$header->output; 478 472 479 print $page->output; 473 480
Note:
See TracChangeset
for help on using the changeset viewer.