From ffe30b8226442f406947c4f09d61b5859deeef14 Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Mon, 31 Mar 2025 16:40:02 -0600 Subject: [PATCH] updating file paths to use xampp again --- birthday/index.php | 4 ++-- input/index.php | 4 ++-- insecure/index.php | 8 ++++---- poll/index.php | 4 ++-- session/includes/video.php | 1 - session/index.php | 16 ++++++++-------- spies/index.php | 12 ++++++------ validation/index.php | 6 +++--- 8 files changed, 27 insertions(+), 28 deletions(-) diff --git a/birthday/index.php b/birthday/index.php index 9fe322f..47b39a4 100755 --- a/birthday/index.php +++ b/birthday/index.php @@ -4,7 +4,7 @@ - + Birthday | Josh Ashton @@ -17,7 +17,7 @@

Happy Birthday!

- +
'; diff --git a/input/index.php b/input/index.php index 8beff37..da9c33c 100755 --- a/input/index.php +++ b/input/index.php @@ -13,8 +13,8 @@ if (isset($_POST['phone_number'])) Input - - + + diff --git a/insecure/index.php b/insecure/index.php index d3ea560..5dbba71 100755 --- a/insecure/index.php +++ b/insecure/index.php @@ -61,8 +61,8 @@ if (isset($_GET['logout'])) { Spies - - + + @@ -96,8 +96,8 @@ if (isset($_GET['logout'])) {
- - + +
diff --git a/poll/index.php b/poll/index.php index 911bdf5..38a5056 100755 --- a/poll/index.php +++ b/poll/index.php @@ -44,8 +44,8 @@ $poll_options = [ Poll - - + + diff --git a/session/includes/video.php b/session/includes/video.php index 420a437..fe62e71 100755 --- a/session/includes/video.php +++ b/session/includes/video.php @@ -8,4 +8,3 @@ echo '

YouTube Video

'; echo ' '; -?> diff --git a/session/index.php b/session/index.php index 2de7a98..6148be1 100755 --- a/session/index.php +++ b/session/index.php @@ -3,12 +3,12 @@ session_start(); if ($_SESSION['new-access'] == true) { $_SESSION['new-access'] = false; } -require_once '../vendor/autoload.php'; +require_once 'vendor/autoload.php'; $dotenv = Dotenv\Dotenv::createImmutable(__DIR__); $dotenv->safeLoad(); -include_once('session/includes/functions.php'); +include_once('includes/functions.php'); authUser(); ?> @@ -17,25 +17,25 @@ authUser(); Session - - + + - +
@@ -28,8 +28,8 @@ if (isset($_GET['logout'])) { Spies - - + + @@ -62,8 +62,8 @@ if (isset($_GET['logout'])) {
- - + +
diff --git a/validation/index.php b/validation/index.php index b5745b2..30e624f 100755 --- a/validation/index.php +++ b/validation/index.php @@ -9,14 +9,14 @@ if (isset($_GET['error'])) Validation - - + +

Validation Assignment

-
+ >