mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying some changes for fb canvas
This commit is contained in:
@@ -280,6 +280,12 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php include("public/php/footer.php"); ?>
|
||||
<?php
|
||||
$subdomain = array_shift((explode(".",$_SERVER['HTTP_HOST'])));
|
||||
if($subdomain == "fb"){}
|
||||
else {
|
||||
include("public/php/footer.php");
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user