mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
9 lines
152 B
PHP
9 lines
152 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @package sapphire
|
||
|
* @subpackage core
|
||
|
*
|
||
|
* Alternative main.php file for servers that need the php5 extension
|
||
|
*/
|
||
|
include("main.php");
|
||
|
?>
|