diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:23 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:23 +0000 |
| commit | ddf83d290b81a371d4f8049effcb740d87125acf (patch) | |
| tree | a3bf085731c13ac92313141619e07b99edbc958e /switch_lang.php | |
| parent | 9a27ddb3d5c2ef0b3cfc794705350ef49badfe22 (diff) | |
| download | languages-ddf83d290b81a371d4f8049effcb740d87125acf.tar.gz languages-ddf83d290b81a371d4f8049effcb740d87125acf.tar.bz2 languages-ddf83d290b81a371d4f8049effcb740d87125acf.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'switch_lang.php')
| -rw-r--r-- | switch_lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/switch_lang.php b/switch_lang.php index 66fc0a3..7747a4f 100644 --- a/switch_lang.php +++ b/switch_lang.php @@ -2,13 +2,13 @@ /** * @package languages * @subpackage functions - * @version $Header: /cvsroot/bitweaver/_bit_languages/switch_lang.php,v 1.9 2006/04/19 17:18:14 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_languages/switch_lang.php,v 1.10 2010/02/08 21:27:23 wjames5 Exp $ */ /** * Initialization */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); include_once( KERNEL_PKG_PATH.'BitBase.php' ); if (isset($_SERVER['HTTP_REFERER'])) { |
