Skip to content

Commit

Permalink
Minor change to allow sub-directory installation
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jul 6, 2015
1 parent 2295159 commit 6972191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<head>
<meta charset="UTF-8" />
<title>Symfony Demo Application</title>
<link rel="stylesheet" href="/css/app.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="css/app.css">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>

<body id="requirements_checker">
Expand Down

0 comments on commit 6972191

Please sign in to comment.