mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
6 lines
148 B
PHP
6 lines
148 B
PHP
<?php
|
|
|
|
require __DIR__ . '/../bootstrap/init.php';
|
|
require __DIR__ . '/../bootstrap/environment.php';
|
|
require __DIR__ . '/../bootstrap/mysite.php';
|