liberty
[ class tree: liberty ] [ index: liberty ] [ all elements ]

Source for file redirect.php

Documentation is available at redirect.php

  1. <?php
  2. /**
  3.  * @version  $Header$
  4.  *  lookup_content_inc
  5.  *
  6.  * @author   spider <spider@steelsun.com>
  7.  * @package  liberty
  8.  * @subpackage functions
  9.  */
  10.  
  11. /**
  12.  * Required setup
  13.  */
  14. require_once'../kernel/setup_inc.php' );
  15. if!empty$_REQUEST['q')) {
  16.     bit_redirect$_REQUEST['q');
  17. else {
  18.     $_REQUEST['error'tra'The redirect did not include a url.' );
  19.     includeKERNEL_PKG_PATH 'error.php' );
  20. }
  21. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:18 +0000 by phpDocumentor 1.5.0-lsces