Profile picrure old deletion (:

This commit is contained in:
Marijn Jansen
2017-01-23 16:23:47 +01:00
parent 2a44057233
commit f82dd73b7d
2 changed files with 17 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<?php
include("../views/head.php");
include_once("../views/head.php");
include_once("../queries/connect.php");
include_once("../queries/settings.php");
?>
@@ -12,8 +12,6 @@
</head>
<body>
<?php
include("../views/main.php");
$notImplemented = new settingsMessage("angry", "Deze functie werkt nog niet :(");
if ($_SERVER["REQUEST_METHOD"] == "POST") {
@@ -33,6 +31,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
break;
}
}
include("../views/main.php");
include("../views/settings-view.php");