diff options
author | Mateja <mail@matejamaric.com> | 2020-10-04 04:19:03 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-04 04:19:03 +0200 |
commit | 06d63e029d941a7993abbfb764237a55715c64da (patch) | |
tree | 12fb5891158894c3f94004431efcfc6fba5e66cc /admin.php | |
parent | 9bcdc348dc9e93440e1cb5067548241259750cef (diff) | |
download | old-php-yota-06d63e029d941a7993abbfb764237a55715c64da.tar.gz old-php-yota-06d63e029d941a7993abbfb764237a55715c64da.zip |
Check and debug your code now...
Diffstat (limited to 'admin.php')
-rw-r--r-- | admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ session_start(); ?> </nav> <main> -<p id="alert"></p> +<p id="notice"></p> <?php if (isset($_SESSION['admin']) && $_SESSION['admin'] == true) { try { |