Parent Directory
|
Revision Log
modev more content generators over to the new WWDBv2 API. fixed some bugs. -sam
1 ################################################################################ 2 # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project 3 # $Id$ 4 ################################################################################ 5 6 package WeBWorK::Constants; 7 use base qw(Exporter); 8 9 =head1 NAME 10 11 WeBWorK::Constants - provide constant values for other WeBWorK modules. 12 13 =cut 14 15 use strict; 16 use warnings; 17 18 our @EXPORT = qw(); 19 our @EXPORT_OK = qw(SECRET); 20 21 use constant SECRET => 'fkjOPIiSUfeT6dm5pevSrM1xgFmsex7.Z/.6Wjcxqb9Pi4Zm9JUGygwv^FdG8^yth^*KbDFWMXiLtNDggWNA370llFj68JxNKMCyCeSJxCHRfU2P6br10HtPS!NvcaJ7';
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |