OSDN Git Service

4.0のtrunkを展開するためにmasterディレクトリを作成しファイル群を移動した。
[nucleus-jp/nucleus-jp-ancient.git] / master / extra / fancyurls / special
1 <?php
2
3 include('./fancyurls.config.php');
4 include('./config.php');
5
6 if (!requestVar('special'))
7 {
8        $data = explode("/",serverVar('PATH_INFO'));
9        if (count($data) > 1)
10        {
11 //               $_REQUEST['special'] = $data[1];
12                                 $special = $data[1];
13        }
14 }
15
16 selector();
17
18 ?>