diff options
Diffstat (limited to 'structure_edit.php')
| -rw-r--r-- | structure_edit.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/structure_edit.php b/structure_edit.php new file mode 100644 index 0000000..7ae244b --- /dev/null +++ b/structure_edit.php @@ -0,0 +1,16 @@ +<?php +/** + * structure_edit_inc + * + * @author Christian Fowler + * @package liberty + */ + +// Copyright (c) 2004, Christian Fowler, et. al. +// All Rights Reserved. See below for details and a complete list of authors. +// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. + +// wiki books also use structure_edit_inc.php + +require_once( '../kernel/includes/setup_inc.php' ); +include_once( LIBERTY_PKG_INCLUDE_PATH.'structure_edit_inc.php'); |
