diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-08 17:08:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-08 17:08:54 +0200 |
commit | cda96d31939c7ea727c114b162f43bb4d18314a2 (patch) | |
tree | aa1aac2c746c5a1452b11af3f187d499b5a9ce5f /public/cart.php | |
parent | 08d6281d872a8d2a496462f131cbdc860432acc0 (diff) |
more website
Diffstat (limited to 'public/cart.php')
-rw-r--r-- | public/cart.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/cart.php b/public/cart.php index 1ad48cd..e1c7907 100644 --- a/public/cart.php +++ b/public/cart.php @@ -1,4 +1,6 @@ <!DOCTYPE html> +<?php require "../lib/login.php" ?> +<?php if_logged_in(false, "/login.php", true) ?> <html> <head> <?php include 'head.php' ?> |