You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class = "container-fluid product-list" id="content" style ="">
<div class = "row">
<div class = "col-md-12">
<?php
if(isset($_SESSION['status']) and $_SESSION['status']=='Admin'){
echo '<a href = "ingredient_form.php?action=new" class = "btn bth-default btn-sm">Add new ingredient to database<span class = "glyphicon glyphicon-plus"></a><br>';