7 lines
206 B
PHP
7 lines
206 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Space Command (SPACECOM) — meta-dome.com/space-command entry point
|
||
|
|
* Serves from the main GoSiteMe codebase.
|
||
|
|
*/
|
||
|
|
require '/home/gositeme/domains/gositeme.com/public_html/space-command.php';
|