streamlin serach
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
$findby = [
|
||||
'0'=>'Find By',
|
||||
'username'=>'Username',
|
||||
'firstname'=>'Firstname',
|
||||
'lastname'=>'Lastname'
|
||||
@@ -21,7 +20,6 @@ $findby = [
|
||||
<div class="row">
|
||||
<div class="col-lg-3">
|
||||
<select class="form-control" name="find_by" aria-label="Select Findby">
|
||||
<option value=''>Find user by</option>
|
||||
<?php
|
||||
foreach ($findby as $key => $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user