commit 15b15206c0217d1817b91d530bf554db3f4a17a7
parent bd511e4fa64273721dbc2ee9a39c724d15fcfce4
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 18 Apr 2015 23:09:43 +0200
some design improvements
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/install/index.php b/install/index.php
@@ -6,6 +6,11 @@
* @author Marcel Radzio <info@nordgedanken.de>
* @version 0.2 18/08/2014 18:45
*/-->
+<html>
+<head>
+ <title>Installer | Check for requirements</title>
+</head>
+<body>
<h1>Check for requirements</h1>
<?php
###############################
@@ -58,3 +63,5 @@ if ($mysql == 1 && $dir == 1){
echo "Can't proceed!</br>";
}
?>
+</body>
+</html>
diff --git a/install/set_variables.php b/install/set_variables.php
@@ -9,7 +9,7 @@
<!Doctype html>
<html>
<head>
-<title>Installieren</title>
+<title>Installer | Set Variables</title>
</head>
<body>
<h1>Set Variables</h1>