Prześlij pliki do ''
This commit is contained in:
parent
7047f30683
commit
6a13ff101c
@ -8,7 +8,7 @@
|
||||
exit();
|
||||
}
|
||||
$_SESSION['numevent'] = $_GET['info'];
|
||||
ini_set("display_errors", 0);
|
||||
|
||||
require_once "dbconnect.php";
|
||||
$polaczenie = mysqli_connect($host, $db_user, $db_password);
|
||||
mysqli_query($polaczenie, "SET CHARSET utf8");
|
||||
|
@ -68,12 +68,8 @@
|
||||
}
|
||||
if ($ile>=1)
|
||||
{
|
||||
if($_SESSION['perm']=='modder' || $_SESSION['perm']=='admin'){
|
||||
echo '<tr onclick=location.href="add_event.php"><td width="60" align="center" bgcolor="#f8f8f8" ><i class="demo-icon icon-doc-new"></i></td>';
|
||||
}
|
||||
else{
|
||||
echo '<tr><td class="header_tabler" width="60" align="center" bgcolor="#f8f8f8">ID Eventu</td>';
|
||||
}
|
||||
echo '<tr><td class="header_tabler" width="60" align="center" bgcolor="#f8f8f8">ID Eventu</td>';
|
||||
|
||||
echo<<<END
|
||||
|
||||
<td class="header_tabler" width="350" align="center" bgcolor="#f8f8f8" padding=5px>Nazwa Eventu</td>
|
||||
|
Loading…
Reference in New Issue
Block a user