[system] / trunk / webwork-modperl / lib / WeBWorK / Constants.pm Repository:
ViewVC logotype

Annotation of /trunk/webwork-modperl/lib/WeBWorK/Constants.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 818 - (view) (download) (as text)

1 : sh002i 456 ################################################################################
2 : sh002i 494 # WeBWorK mod_perl (c) 2000-2002 WeBWorK Project
3 : sh002i 456 # $Id$
4 :     ################################################################################
5 :    
6 : malsyned 390 package WeBWorK::Constants;
7 : sh002i 818 use base qw(Exporter);
8 : malsyned 390
9 : sh002i 456 =head1 NAME
10 :    
11 :     WeBWorK::Constants - provide constant values for other WeBWorK modules.
12 :    
13 :     =cut
14 :    
15 :     use strict;
16 :     use warnings;
17 : sh002i 818
18 : sh002i 456 our @EXPORT = qw();
19 : sh002i 813 our @EXPORT_OK = qw(SECRET);
20 : malsyned 390
21 :     use constant SECRET => 'fkjOPIiSUfeT6dm5pevSrM1xgFmsex7.Z/.6Wjcxqb9Pi4Zm9JUGygwv^FdG8^yth^*KbDFWMXiLtNDggWNA370llFj68JxNKMCyCeSJxCHRfU2P6br10HtPS!NvcaJ7';

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9