Diff of /mambo/branches/4.5.3h/index.php
Parent Directory
|
Revision Log
|
Patch
| revision 25, Sat Dec 17 10:59:07 2005 UTC | revision 53, Wed Dec 21 18:29:53 2005 UTC | |
|---|---|---|
| # | Line 21 | Line 21 |
| 21 | ||
| 22 | /** Set flag that this is a parent file */ | /** Set flag that this is a parent file */ |
| 23 | define( '_VALID_MOS', 1 ); | define( '_VALID_MOS', 1 ); |
| 24 | session_start(); | |
| 25 | // checks for configuration file, if none found loads installation page | // checks for configuration file, if none found loads installation page |
| 26 | if ( !file_exists( 'configuration.php' ) || filesize( 'configuration.php' ) < 10 ) { | if ( !file_exists( 'configuration.php' ) || filesize( 'configuration.php' ) < 10 ) { |
| 27 | header( 'Location: installation/index.php' ); | header( 'Location: installation/index.php' ); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

