change window title

This commit is contained in:
quenousimporte 2024-02-14 16:57:55 +01:00
parent 975dd9f38c
commit ee99a553cf
1 changed files with 1 additions and 2 deletions

View File

@ -3,10 +3,9 @@
<head> <head>
<title> <title>
<?php <?php
echo 'bbn';
if (isset($_GET['open'])) if (isset($_GET['open']))
{ {
echo ' | ' . $_GET['open']; echo $_GET['open'];
} }
?> ?>
</title> </title>