updated copyright notice
This commit is contained in:
parent
7022677534
commit
9afe2e0633
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* smzint/Auth (c) schmamazon.com 2025
|
||||||
|
*/
|
||||||
|
|
||||||
$cookie_name = "SMZ";
|
$cookie_name = "SMZ";
|
||||||
|
|
||||||
if(!isset($_COOKIE[$cookie_name])) {
|
if(!isset($_COOKIE[$cookie_name])) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SMZ-Auth (c) schmamazon.com 2025
|
* smzint/Auth (c) schmamazon.com 2025
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include('db.ini.php');
|
include('db.ini.php');
|
||||||
|
|
Loading…
Add table
Reference in a new issue