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

Revision 8630, 256 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// ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
12print("<pre>\n");
13print(nl2br(lfReadFile(USER_PATH.$_GET['file'])));
14print("</pre>\n");
15
16?>
Note: See TracBrowser for help on using the repository browser.