[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/modules/files/ -> do_searchfiles.php (source)

   1  <?php /* $Id: do_searchfiles.php 40 2008-02-11 12:11:44Z pedroix $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/trunk/modules/files/do_searchfiles.php $ */
   2  if (!defined('W2P_BASE_DIR')) {
   3      die('You should not access this file directly.');
   4  }
   5  
   6  if (empty($s) || strlen(trim($s)) == 0) {
   7      $a = 'index';
   8      $AppUI->setMsg('Please enter a search value');
   9  }
  10  ?>


Generated: Wed Jan 7 03:00:01 2009 Cross-referenced by PHPXref 0.7