From 4317dd1637e4c953ccdf2f928dd6868a5a09683b Mon Sep 17 00:00:00 2001 From: Junior Date: Sun, 15 Feb 2026 20:24:46 -0500 Subject: [PATCH] Rename variables.php to config.php --- .gitignore | 2 +- variables-dist.php => config-dist.php | 0 header.php | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename variables-dist.php => config-dist.php (100%) diff --git a/.gitignore b/.gitignore index ab304c4..0aa299b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ Thumbs.db ~$* # The active config file copied from config-dist.php -variables.php +config.php # Vim *.swp diff --git a/variables-dist.php b/config-dist.php similarity index 100% rename from variables-dist.php rename to config-dist.php diff --git a/header.php b/header.php index 68fba13..7085a82 100644 --- a/header.php +++ b/header.php @@ -1,7 +1,7 @@