home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / linux / tpm-security-server-1.2.1.iso / etc / autopsy / define.pl < prev    next >
Encoding:
Text File  |  2003-11-15  |  301 b   |  14 lines

  1. $HTTP_NL = "\x0a";
  2. $notes_file = "";
  3.  
  4. # the location of MD5 hashes for the images
  5. $MD5_FILE = 'md5.txt';
  6.  
  7. $PICTDIR = "$INSTALLDIR/pict/";
  8. $SANITIZE_TAG = 'AutopsySanitized';
  9. $SANITIZE_PICT = 'sanitized.jpg';
  10.  
  11. $VER = '1.75';
  12. $PROGNAME = 'autopsy';
  13. $AUT_HOME_PAGE  = 'http://www.sleuthkit.org/autopsy';
  14.