9 lines
334 B
PHP
9 lines
334 B
PHP
<?php
|
|
/**
|
|
* MetaDome — meta-dome.com Domain Entry Point
|
|
* Serves the MetaDome landing page from the main GoSiteMe codebase.
|
|
* __DIR__ in the required file resolves to its physical location,
|
|
* so all includes/db-config paths work automatically.
|
|
*/
|
|
require '/home/gositeme/domains/gositeme.com/public_html/metadome-landing.php';
|