1 |
<?php
|
2 |
//hashkey.inc -- Definition of hash key for PAMC.
|
3 |
//--------------------------------------------------------------------------------
|
4 |
//This file is automatically generated by the hashkeygen.php program. Because
|
5 |
//this is a data file that should, for security reasons, be different for each
|
6 |
//deployment of the system, it is not kept under version control. However, the
|
7 |
//hashkeygen.php program that generated this file has this version control
|
8 |
//information associated with it:
|
9 |
//$Source: /hl/cvsroots/gpl01/gpl01/webprojs/pamc/gen_a/sw/standalone/hashkeygen.php,v $
|
10 |
//$Revision: 1.5 $
|
11 |
//$Date: 2007/06/12 02:13:09 $
|
12 |
//$Author: dashley $
|
13 |
//$State: Exp $
|
14 |
//--------------------------------------------------------------------------------
|
15 |
$config_hard['hash']['key'] = 'cruIE6>yBw]%/&-nhbw3%_yfazM1Ek fyXB24a%E&Af(K%du'
|
16 |
. '[wYs.<VUDbdjR@|h%.AmiRNF8G=VwaD_0XoOC^U&w|moiN</'
|
17 |
. 'X[h4:0s=x!pBKw!DE3GBP&sv4azP]?AFV|p&WSxI!.v+Gzmq'
|
18 |
. 'E?xJ[H?1V_chMD{6FNF}LcL';
|
19 |
//--------------------------------------------------------------------------------
|
20 |
?>
|