source: temp/trunk/html/test/uehara/file_view.php @ 8641

Revision 8641, 274 bytes checked in by uehara, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2/*
3 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7
8require_once("../../require.php");
9
10
11// ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
12header("Content-type: application/octet-stream \n\n");
13print(nl2br(lfReadFile(USER_PATH.$_GET['file'])));
14
15?>
Note: See TracBrowser for help on using the repository browser.