doc.silverstripe.org/sapphire/main.php5
2011-04-10 21:53:26 +00:00

9 lines
152 B
PHP

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