doc.silverstripe.org/sapphire/main.php5

9 lines
152 B
PHP
Raw Normal View History

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