diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:54 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:54 +0000 |
| commit | 88a77d65339c2f022004874a20eb411944376f58 (patch) | |
| tree | ce49f63906b3a6cef6f474d1cd0f30c4ed056b51 /menu_sort.php | |
| parent | 259e4be68f8abae9eadddd27588d73c81d463fee (diff) | |
| download | nexus-88a77d65339c2f022004874a20eb411944376f58.tar.gz nexus-88a77d65339c2f022004874a20eb411944376f58.tar.bz2 nexus-88a77d65339c2f022004874a20eb411944376f58.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'menu_sort.php')
| -rw-r--r-- | menu_sort.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/menu_sort.php b/menu_sort.php index 403792b..cf07ff7 100644 --- a/menu_sort.php +++ b/menu_sort.php @@ -1,4 +1,14 @@ <?php +/** + * @author xing <xing@synapse.plus.com> + * @version $Revision: 1.2 $ + * @package nexus + * @subpackage functions + */ + +/** +* required setup +*/ require_once( '../bit_setup_inc.php' ); global $gBitSystem; require_once( NEXUS_PKG_PATH.'Nexus.php'); |
