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