silverstripe-framework/main.php5

10 lines
150 B
PHP

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