Diff of /mambo/branches/4.6/index.php
Parent Directory
|
Revision Log
|
Patch
| revision 655, Sun Aug 27 11:12:46 2006 UTC | revision 656, Tue Aug 29 08:39:33 2006 UTC | |
|---|---|---|
| # | Line 55 | Line 55 |
| 55 | return $sef->sefRelToAbs($string); | return $sef->sefRelToAbs($string); |
| 56 | } | } |
| 57 | ||
| 58 | if (!isset($adminside)) { | if (!isset($adminside)) $adminside = 0; |
| 59 | $adminside = 0; | if (!isset($indextype)) $indextype = 1; |
| } | ||
| if (!isset($indextype)) { | ||
| $indextype = 1; | ||
| } | ||
| 60 | ||
| 61 | require_once (dirname(__FILE__).'/includes/database.php'); | require_once (dirname(__FILE__).'/includes/database.php'); |
| 62 | require_once(dirname(__FILE__).'/includes/core.classes.php'); | require_once(dirname(__FILE__).'/includes/core.classes.php'); |
| 63 | $configuration =& mamboCore::getMamboCore(); | $configuration =& mamboCore::getMamboCore(); |
| 64 | $configuration->handleGlobals(); | $configuration->handleGlobals(); |
| 65 | ||
| //new mosErrorHandler(); | ||
| 66 | ||
| 67 | require($configuration->rootPath().'/includes/version.php'); | require($configuration->rootPath().'/includes/version.php'); |
| 68 | $_VERSION =& new version(); | $_VERSION =& new version(); |
| 69 | ||
| 70 | ||
| 71 | $version = $_VERSION->PRODUCT .' '. $_VERSION->RELEASE .'.'. $_VERSION->DEV_LEVEL .' ' | $version = $_VERSION->PRODUCT .' '. $_VERSION->RELEASE .'.'. $_VERSION->DEV_LEVEL .' ' |
| 72 | . $_VERSION->DEV_STATUS | . $_VERSION->DEV_STATUS |
| 73 | .' [ '.$_VERSION->CODENAME .' ] '. $_VERSION->RELDATE .' ' | .' [ '.$_VERSION->CODENAME .' ] '. $_VERSION->RELDATE .' ' |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

