Vaihda brändäys: Noxus Intra → Noxus HUB © Empor Oy 2026

Kaikki viittaukset "Noxus Intra" vaihdettu muotoon "Noxus HUB" koko
koodikannassa. Footer ja login-sivu näyttävät nyt "Noxus HUB © Empor Oy 2026".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 23:49:00 +02:00
parent dd9842abee
commit 056de5054d
6 changed files with 37 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* Noxus Intra — JSON → MySQL migraatioskripti
* Noxus HUB — JSON → MySQL migraatioskripti
*
* Aja kerran: php migrate.php
* Lukee kaikki data/*.json -tiedostot ja siirtää ne MySQL-tietokantaan.
@@ -13,7 +13,7 @@ error_reporting(E_ALL);
require_once __DIR__ . '/db.php';
echo "=== Noxus Intra: JSON → MySQL migraatio ===\n\n";
echo "=== Noxus HUB: JSON → MySQL migraatio ===\n\n";
// Reset-tila: ?reset=1 tyhjentää taulut ensin
if (isset($_GET['reset']) || (isset($argv[1]) && $argv[1] === '--reset')) {