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. **
|
2012-04-13 03:04:01 +02:00
|
|
|
** Please install PHP 5.3.2 or higher, preferably PHP 5.3.10. **
|
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');
|