Ignore:
Timestamp:
2006/11/21 11:31:17 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/file_view.php

    r8730 r8731  
    2222$ext = $arrResult[count($arrResult)-1]; 
    2323 
    24 sfprintr($_GET['file']); 
    25  
    2624// ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨ 
    2725if(in_array($ext, $arrViewFile)) { 
     26    // ¥Õ¥¡¥¤¥ë¤òÆÉ¤ß¹þ¤ó¤Çɽ¼¨ 
    2827    header("Content-type: text/plain\n\n"); 
    2928    print(sfReadFile(USER_PATH.$_GET['file'])); 
Note: See TracChangeset for help on using the changeset viewer.