diff options
author | Hannes Kindströmmer <me@brolaugh.com> | 2016-04-28 09:16:11 +0200 |
---|---|---|
committer | Hannes Kindströmmer <me@brolaugh.com> | 2016-04-28 09:16:11 +0200 |
commit | 12075c4dfb41f623f31e20c61e7ce4f4cce31c11 (patch) | |
tree | 94bb57f7fbf73e93040d05dc675b2a8e10108093 | |
parent | 22ddbd384bab55b1e5f54f51cd2c1c37902b102d (diff) | |
parent | 9a277b2d4d6e66a271be1acb18509affb7649248 (diff) | |
download | tasklist-php-12075c4dfb41f623f31e20c61e7ce4f4cce31c11.zip tasklist-php-12075c4dfb41f623f31e20c61e7ce4f4cce31c11.tar.gz tasklist-php-12075c4dfb41f623f31e20c61e7ce4f4cce31c11.tar.bz2 |
Merged local with remote
Signed-off-by: Hannes Kindströmmer <me@brolaugh.com>
-rw-r--r-- | App/database/Insert.php | 4 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/App/database/Insert.php b/App/database/Insert.php index 9c4428d..ab86a0c 100644 --- a/App/database/Insert.php +++ b/App/database/Insert.php @@ -10,7 +10,9 @@ namespace App\database; class Insert extends dbSetup{ - + public function __destruct() { + parent::__destruct(); + } /** * @param String $title * @param String $detail @@ -12,6 +12,8 @@ include_once("Helper.php"); <!DOCTYPE html> <html> <head> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="css/bootstrap.min.css" charset="utf-8"> <meta charset="utf-8"> <title>TaskList</title> |