silverstripe-framework/main.php5

9 lines
152 B
PHP

<?php
/**
* @package sapphire
* @subpackage core
*
* Alternative main.php file for servers that need the php5 extension
*/
include("main.php");
?>