]> littlesong.place Git - swapshop.git/commitdiff
Add slash to URL
authorChris Fulljames <christian.fulljames@gmail.com>
Sun, 31 May 2026 11:44:13 +0000 (07:44 -0400)
committerChris Fulljames <christian.fulljames@gmail.com>
Sun, 31 May 2026 11:44:13 +0000 (07:44 -0400)
index.php

index 363f0345c4bad02ecf3a8fe065880ec3b6f80982..ad2864e308ed8bdfca46494d594ad4590612b1f9 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-const BASE_URL = "https://swapshop.littlesong.place";
+const BASE_URL = "https://swapshop.littlesong.place/";
 $GLOBALS['db'] = new PDO("sqlite:database.db");
 $event = $_GET['event'] ?? NULL;
 $name = $_GET['name'] ?? NULL;