| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/sportyone.com/public_html/admin/template/ |
Upload File : |
<?php
switch ($content) {
case 'home':
include('home_page.php');
break;
case 'asset':
include('asset.php');
break;
case 'affiliates':
include('affiliates.php');
break;
case 'affiliates_report':
include('affiliates_report.php');
break;
case 'sites':
include('sites.php');
break;
case 'niche':
include("niche/index.php");
break;
case 'models':
include("models/index.php");
break;
case 'networking_sites':
include("networking_sites.php");
break;
case 'blog':
include("blog.php");
break;
case 'friend':
include("friend/index.php");
break;
case 'news':
include("news/news.php");
break;
case 'news2':
include("news2/news.php");
break;
case 'sport_of_the_day':
include("sport_of_the_day/index.php");
break;
default:
echo "Missing Page!!!";
break;
}
?>