Changed a view name

This commit is contained in:
Lars van Hijfte
2017-01-10 14:37:21 +01:00
parent 4da39d5bab
commit fd884f33ef

View File

@@ -12,7 +12,7 @@
// include("views/main.php"); // include("views/main.php");
/* Add your view files here. */ /* Add your view files here. */
include("views/index.php"); include("views/homepage.php");
?> ?>
</body> </body>
</html> </html>