diff --git a/dashboard.html b/dashboard.html index c393e99..d116474 100644 --- a/dashboard.html +++ b/dashboard.html @@ -1,3 +1,9 @@ + @@ -6,6 +12,8 @@ + +
@@ -17,20 +25,26 @@ - gLink + GLink URL Edit Delete - + prepare("SELECT * FROM data WHERE user=? AND hell=false ALLOW FILTERING;"); + $result = $session->execute($statement,array('arguments' => array($_SESSION['user']))); + + for ($i=0; $i < $result->count(); $i++) { ?> - 1 - - + + > + - - - to undo the action + You have just deleted a row. Press to undo the action - - - - - 2 - - - - - - - - - - - -
- - You have just deleted a row. Press to undo the action - -
- - - - - - 3 - - - - - - - - - - - -
- - You have just deleted a row. Press to undo the action - -
-