We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e5b1f commit f80fe98Copy full SHA for f80fe98
view.php
@@ -6,7 +6,7 @@
6
if (!isset($_COOKIE[$_SESSION['user_name']])) { // Checks if a users does not have a cookie in their browser
7
header('Location: index.php'); // Redirects the user to the index page (index.php)
8
} else {
9
- header('Location: viewNoAccount.php?mode=get&topic=all'); // Redirects the user to the view page for users that aren't logged in (viewNoAccount.php)
+ //header('Location: viewNoAccount.php?mode=get&topic=all'); // Redirects the user to the view page for users that aren't logged in (viewNoAccount.php)
10
}
11
12
$urlTopic = $_GET['topic']; // Declares the variable with the value it gets from the post topic from the url
0 commit comments