Skip to content

Commit 6972191

Browse files
committed
Minor change to allow sub-directory installation
1 parent 2295159 commit 6972191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/check.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<head>
2424
<meta charset="UTF-8" />
2525
<title>Symfony Demo Application</title>
26-
<link rel="stylesheet" href="/css/app.css">
27-
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
26+
<link rel="stylesheet" href="css/app.css">
27+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
2828
</head>
2929

3030
<body id="requirements_checker">

0 commit comments

Comments
 (0)