Skip to content

Commit 11bdc0d

Browse files
author
Kristan Kenney
committed
Correct tab name for user auth log
1 parent 4ccef7b commit 11bdc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/edit/user/log/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
error_reporting(NULL);
33
ob_start();
4-
$TAB = 'USER';
4+
$TAB = 'LOG';
55

66
// Main include
77
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");

0 commit comments

Comments
 (0)