2010-10-13 04:26:57 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/************************************************************************************
|
|
|
|
************************************************************************************
|
|
|
|
** **
|
|
|
|
** If you can read this text in your browser then you don't have PHP installed. **
|
2011-10-29 04:56:51 +02:00
|
|
|
** Please install PHP 5.2 or higher, preferably PHP 5.3. **
|
2010-10-13 04:26:57 +02:00
|
|
|
** **
|
|
|
|
************************************************************************************
|
|
|
|
************************************************************************************/
|
|
|
|
|
2011-10-29 04:53:06 +02:00
|
|
|
if (!file_exists('sapphire') || !file_exists('sapphire/_config.php')) include "install-sapphiremissing.html";
|
|
|
|
else include('./sapphire/dev/install/install.php');
|