Changeset 1010
- Timestamp:
- 06/26/07 00:24:07 (2 years ago)
- Files:
-
- 5200R/trunk/ui/base-ssl.mod/Makefile (modified) (1 diff)
- 5200R/trunk/ui/base-ssl.mod/templates/rpmdefs.tmpl (modified) (1 diff)
- 5200R/trunk/ui/base-ssl.mod/ui/web/exportCert.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5200R/trunk/ui/base-ssl.mod/Makefile
r656 r1010 8 8 9 9 VERSION=1.1.0 10 RELEASE=68BQ 710 RELEASE=68BQ8 11 11 12 12 # add a buildarch if desired 5200R/trunk/ui/base-ssl.mod/templates/rpmdefs.tmpl
r656 r1010 120 120 121 121 <begin $CHANGELOG> 122 * Mon Jun 25 2007 Hisao SHIBUYA <shibuya@bluequartz.org> 1.1.0-68BQ8 123 - Fixed duplicate include issue. 124 122 125 * Tue Nov 29 2005 Hisao SHIBUYA <shibuya@alpha.or.jp> 1.1.0-68BQ7 123 126 - rebuild with devel-tools 0.5.1-0BQ7. 5200R/trunk/ui/base-ssl.mod/ui/web/exportCert.php
r547 r1010 6 6 7 7 include_once('ServerScriptHelper.php'); 8 include ("utils/browser.php");8 include_once("utils/browser.php"); 9 9 10 10 // make sure the pipe to read from can be opened first
