Hendrik testing #64

Merged
11342374 merged 35 commits from hendrik-testing into master 2017-01-18 16:08:50 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 0e194ca084 - Show all commits

View File

@@ -3,7 +3,6 @@
<head>
<?php
include("../views/head.php");
$_SESSION["userID"] = 2;
include_once("../queries/connect.php");
include_once("../queries/settings.php");
?>

View File

@@ -47,7 +47,7 @@ $settings = getSettings();
<input type="date"
name="bday"
id="bday"
placeholder="01/01/1900"
placeholder="yyyy-mm-dd"
value="<?= $settings["birthdate"]?>"
>
</li>