Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Qwerty
Bricolages
Commits
89e118ac
Commit
89e118ac
authored
Dec 24, 2021
by
Qwerty
🦄
Browse files
fix divelery
parent
9d81af5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
package_tracker/index.php
View file @
89e118ac
<?php
error_reporting
(
0
);
session_start
();
if
(
!
file_exists
(
'data.db'
))
{
$db
=
New
PDO
(
'sqlite:data.db'
);
...
...
@@ -91,7 +92,7 @@ if(isset($_GET['received']) AND $_GET['t'] == $_SESSION['token']) {
<tr>
<td><a
href=
"?received=
<?php
echo
$data
[
'id'
];
?>
&t=
<?php
echo
$_SESSION
[
'token'
];
?>
"
>
✅
</a>
<a
href=
"?delete=
<?php
echo
$data
[
'id'
];
?>
&t=
<?php
echo
$_SESSION
[
'token'
];
?>
"
>
🗑
</a></td>
<td>
<?php
echo
$data
[
'item'
];
?>
</td>
<td><a
href=
"
<?php
echo
$data
[
'link'
];
?>
"
>
🔗
</a></td>
<td><a
href=
"
<?php
echo
$data
[
'link'
];
?>
"
target=
"_blank"
>
🔗 lien de suivi
</a></td>
<td>
<?php
echo
$statut
;
?>
</td>
</tr>
<?php
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment