[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

/extra/fancyurls/ -> special (source)

   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         }
  13  }
  14  
  15  selector();
  16  
  17  ?>


Generated: Tue Feb 12 15:34:36 2008 Cross-referenced by PHPXref 0.7