]> littlesong.place Git - swapshop.git/commitdiff
Rename to index
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 10 May 2026 20:10:43 +0000 (16:10 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 10 May 2026 20:10:43 +0000 (16:10 -0400)
index.php [moved from swapshop.php with 98% similarity]

similarity index 98%
rename from swapshop.php
rename to index.php
index 52accb7771f2c59af7df8ee50ee10690cd40cfc3..d3116081a113a53abcff10be9c0696bf052bd2b1 100644 (file)
+++ b/index.php
@@ -1,5 +1,5 @@
 <?php
-const BASE_URL = "http://localhost:5000/collabs.php";
+const BASE_URL = "http://swapshop.littlesong.place";
 $GLOBALS['db'] = new PDO("sqlite:database.db");
 $event = $_GET['event'];
 $name = $_GET['name'];