Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbserverprogrammering/submissions/projekt-quiz/includes/

db_connect.php
footer.php
functions.php
header.php
session_config.php

footer.php

9 lines UTF-8 Unix (LF)
    </main>
    <footer class="site-footer">
        <div class="container">
            <p>&copy; <?php echo date('Y'); ?> Quiz System. Alla rättigheter förbehållna.</p>
        </div>
    </footer>
</body>
</html>