- Timestamp:
- 2006/11/21 11:11:15 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/file_view.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/file_view.php
r8665 r8718 8 8 require_once("../../require.php"); 9 9 10 // ľÀÜɽ¼¨¤·¤Ê¤¤¥Õ¥¡¥¤¥ë¤òÄêµÁ 11 $arrViewFile = array( 12 'html', 13 'htm', 14 'tpl', 15 'php', 16 ); 17 18 $arrResult = split('/', $_GET['file']); 19 $ext = $arrResult[count($arrResult)]; 20 21 sfprintr($ext); 10 22 11 23 // ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
Note: See TracChangeset
for help on using the changeset viewer.
