index stays in bank when hosted

0

I made a system in php that works perfectly on my machine, the problem is that when I host the index it is all blank, no errors are shown, it follows below how I start the index;

<?php session_start();
ini_set('display_errors',true); ?>
<!DOCTYPE html>
<html>
<?php
    $GLOBALS['vindoDaIndex'] = true;
?>
    <?php include("head.php"); ?>

    <body>
        <?php include("cabecalho.php"); ?>
    
asked by anonymous 03.12.2018 / 20:43

0 answers