mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #327 from laf/issue-laf-71
Updated disabled field to readonly as this stops submission of that field
This commit is contained in:
@@ -67,7 +67,7 @@ foreach (dbFetchRows("SELECT user_id,username FROM `users` WHERE `level` >= '10'
|
||||
<div class="form-group">
|
||||
<label for="token" class="col-sm-2 control-label">Token: </label>
|
||||
<div class="col-sm-8">
|
||||
<input type="text" class="form-control" id="token" name="token" value="<?php echo $_POST['token'];?>" disabled>
|
||||
<input type="text" class="form-control" id="token" name="token" value="<?php echo $_POST['token'];?>" readonly>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user