2007-08-24 02:48:33 +02:00
|
|
|
<?php
|
2008-02-25 03:10:37 +01:00
|
|
|
/**
|
|
|
|
* @package sapphire
|
|
|
|
* @subpackage core
|
2009-03-22 23:59:14 +01:00
|
|
|
*
|
2008-02-25 03:10:37 +01:00
|
|
|
* Alternative main.php file for servers that need the php5 extension
|
|
|
|
*/
|
2007-07-19 12:40:28 +02:00
|
|
|
include("main.php");
|
|
|
|
?>
|