Fix smsstop list on non-admin
This commit is contained in:
parent
231efc736b
commit
e21b89cc7c
|
@ -86,7 +86,6 @@ jQuery(document).ready(function ()
|
|||
"columns" : [
|
||||
{
|
||||
data: 'number_formatted',
|
||||
render: jQuery.fn.dataTable.render.text()
|
||||
},
|
||||
<?php if ($_SESSION['user']['admin'] ?? false) { ?>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue