Skip to content

Conversation

@mandeponium
Copy link

Copied as closely as possible from the stream, but not exact.

Copy link
Member

@PixeLInc PixeLInc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There may be some more but I don't have enough time to look over it right now. I'd fix those and then I can take a look again

<body>

<?php
$_SESSION['extra'] = '<li class="nav-item"><a class="nav-link" href="#">Log Out</a></li>';
Copy link
Member

@PixeLInc PixeLInc Jun 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhere, whether it be in header.php or just here or around here, it actually prints out the PHP of the page.

As shown here

idk if it's me, or something that's in the code. If it's just me, ignore

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">

<link rel="stylesheet" href="/css /beststyle2018.css">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This throws a 404 since you've added a space between css and the slash.

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">

<link rel="stylesheet" href="/css /beststyle2018.css">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

404 here too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants