[ PHPXref.com ] [ Generated: Sun Jul 20 19:47:34 2008 ] [ phpMyFAQ 1.6.1 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> help.php (source)

   1  <?php
   2  /**
   3  * $Id: help.php,v 1.2.2.4 2006/01/02 12:47:09 thorstenr Exp $
   4  *
   5  * @author       Thorsten Rinne <thorsten@phpmyfaq.de>
   6  * @since        2002-08-29
   7  * @copyright    (c) 2001-2006 phpMyFAQ Team
   8  * 
   9  * The contents of this file are subject to the Mozilla Public License
  10  * Version 1.1 (the "License"); you may not use this file except in
  11  * compliance with the License. You may obtain a copy of the License at
  12  * http://www.mozilla.org/MPL/
  13  *
  14  * Software distributed under the License is distributed on an "AS IS"
  15  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  16  * License for the specific language governing rights and limitations
  17  * under the License.
  18  */
  19  
  20  if (!defined('IS_VALID_PHPMYFAQ')) {
  21      header('Location: http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME']));
  22      exit();
  23  }
  24  
  25  Tracking('faqhelp', 0);
  26  
  27  $tpl->processTemplate('writeContent', array(
  28                        'msgHelp' => $PMF_LANG['msgHelp'],
  29                        'msgHelpText' => $PMF_LANG['msgHelpText']));
  30  
  31  $tpl->includeTemplate('writeContent', 'index');


[ Powered by PHPXref - Served by Debian GNU/Linux ]