-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
11 lines (9 loc) · 867 Bytes
/
index.php
File metadata and controls
11 lines (9 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?php
header("refresh: 5; http://teamvaliant.maurice.webcup.hodi.host/public/index.php");
echo '<title>Symfony Installed</title><div style="background: #e9ffed; border: 1px solid #b0dab7; padding: 15px;" align="center" >
<font size="5" color="#182e7a">Symfony is installed successfully.</font><br /><br />
<font size="4">Symfony is a Framework and doesn\'t have an index page.<br /><br />
You will be redirected to its "public" folder in 5 seconds...<br /><br />
Symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.
Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. </font></div>';
?>