summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Kindströmmer <me@brolaugh.com>2016-04-28 09:16:11 +0200
committerHannes Kindströmmer <me@brolaugh.com>2016-04-28 09:16:11 +0200
commit12075c4dfb41f623f31e20c61e7ce4f4cce31c11 (patch)
tree94bb57f7fbf73e93040d05dc675b2a8e10108093
parent22ddbd384bab55b1e5f54f51cd2c1c37902b102d (diff)
parent9a277b2d4d6e66a271be1acb18509affb7649248 (diff)
downloadtasklist-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.php4
-rw-r--r--index.php2
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
diff --git a/index.php b/index.php
index b6a7714..ca99dec 100644
--- a/index.php
+++ b/index.php
@@ -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>