updated copyright notice

This commit is contained in:
vincent 2025-04-13 08:00:25 +02:00
parent 7022677534
commit 9afe2e0633
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
<?php
/*
* smzint/Auth (c) schmamazon.com 2025
*/
$cookie_name = "SMZ";
if(!isset($_COOKIE[$cookie_name])) {

View file

@ -1,7 +1,7 @@
<?php
/*
* SMZ-Auth (c) schmamazon.com 2025
* smzint/Auth (c) schmamazon.com 2025
*/
include('db.ini.php');