fixed new borderpoint filter
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
<label class="form-label" for="filter_borderpoint">Übergabepunkt</label>
|
||||
<select name="filter[borderpoint]" id="filter_borderpoint" class="form-control">
|
||||
<option value="all" <?=(isset($filter) && array_key_exists("borderpoint", $filter) && $filter["borderpoint"] == "all") ? "selected='selected'" : ""?>>Alle</option>
|
||||
<option value="1" <?=(isset($filter) && array_key_exists("borderpoint", $filter) && $filter["borderpoint"] == "1") ? "selected='selected'" : ""?>>Mit</option>
|
||||
<option value="0" <?=(isset($filter) && array_key_exists("borderpoint", $filter) && $filter["borderpoint"] == "0") ? "selected='selected'" : ""?>>Ohne</option>
|
||||
<option value="with" <?=(isset($filter) && array_key_exists("borderpoint", $filter) && $filter["borderpoint"] == "with") ? "selected='selected'" : ""?>>Mit</option>
|
||||
<option value="without" <?=(isset($filter) && array_key_exists("borderpoint", $filter) && $filter["borderpoint"] == "without") ? "selected='selected'" : ""?>>Ohne</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
<?php
|
||||
//ini set max ram to 2GB
|
||||
ini_set('memory_limit', '2048M');
|
||||
|
||||
//show errors
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
|
||||
/*
|
||||
* SOPP - SBIDI Network Operations Plattform
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user