forked from ampache/ampache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
32 lines (32 loc) · 1.67 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Propelled by Ampache | ampache.org -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ampache -- Debug Page</title>
<link rel='shortcut icon' href='./public/favicon.ico' />
<link href="./public/lib/components/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./public/lib/components/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="./public/templates/install.css" type="text/css" media="screen" />
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container" style="height: 70px;">
<a class="navbar-brand" href="#">
<img src="./public/themes/reborn/images/ampache-dark.png" title="Ampache" alt="Ampache">
Ampache :: For the Love of Music </a>
</div>
</div>
<div id="guts" class="container" role="main">
<div class="jumbotron" style="margin-top: 70px">
<h1>Warning</h1>
<p>The root Ampache folder has changed to <a href="./public" target="_blank">./public</a></p>
</div>
<div class="alert alert-danger">
<p>You must update your DocumentRoot to the new path.</p>
<p><a href="https://github.com/ampache/ampache/wiki/Ampache-Next-Changes" target="_blank">Please check the Ampache wiki for more information</a></p>
</div>
</div>
</body>
</html>