[ Index ]

PHP Cross Reference of e107 v1


title

Body

[close]

/ -> subcontent.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     Copyright (C) 2001-2002 Steve Dunstan (jalist@e107.org)
   7  |     Copyright (C) 2008-2010 e107 Inc (e107.org)
   8  |
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $URL: https://e107.svn.sourceforge.net/svnroot/e107/trunk/e107_0.7/subcontent.php $
  14  |     $Revision: 11678 $
  15  |     $Id: subcontent.php 11678 2010-08-22 00:43:45Z e107coders $
  16  |     $Author: e107coders $
  17  +----------------------------------------------------------------------------+
  18  */
  19  require_once ("class2.php");
  20  
  21  //redirection to new content management plugin if it is installed
  22  if ($sql -> db_Select("plugin", "*", "plugin_path = 'content' AND plugin_installflag = '1' ")){ 
  23      header("location:".e_PLUGIN."content/content_submit.php");
  24      exit;
  25  } else {
  26      header("location:".e_BASE."index.php");
  27      exit;
  28  }
  29  ?>


Generated: Mon Mar 12 16:28:38 2012 Cross Reference PHPXref