mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 14:46:27 +02:00
Fix smsstop list on non-admin
This commit is contained in:
parent
231efc736b
commit
e21b89cc7c
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ jQuery(document).ready(function ()
|
||||||
"columns" : [
|
"columns" : [
|
||||||
{
|
{
|
||||||
data: 'number_formatted',
|
data: 'number_formatted',
|
||||||
render: jQuery.fn.dataTable.render.text()
|
|
||||||
},
|
},
|
||||||
<?php if ($_SESSION['user']['admin'] ?? false) { ?>
|
<?php if ($_SESSION['user']['admin'] ?? false) { ?>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue