summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-04 00:25:57 +0000
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-04 00:25:57 +0000
commitdef8b983ce1beb55826c9f591905b2da585c7548 (patch)
tree845b1cd058ef9471ce891f5ed7bd6ca803f298ec /index.php
parent260c20d47aad928550874d92599da4a05efcbb2f (diff)
parentc396f214c89cdc287d39d76f0d060c81e5be1edd (diff)
Merge branch 'master' of file:///srv/git/repoindex
Conflicts: index.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.php b/index.php
index 2c06ca3..5c0c53b 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,9 @@
<?php
+# Copyright © 2014 Luke Shumaker <lukeshu@sbcglobal.net>
+# This work is free. You can redistribute it and/or modify it under the
+# terms of the Do What The Fuck You Want To Public License, Version 2,
+# as published by Sam Hocevar. See the ./COPYING file for more details.
+
// Configuration
$repos_arch_project = [ 'core', 'extra', 'staging', 'testing', 'gnome-unstable', 'kde-unstable' ];
$repos_arch_community = [ 'community', 'community-staging', 'community-testing',
@@ -96,7 +101,6 @@ if (!is_dir($root.'/'.$dirname)) {
<head>
<meta charset="utf-8" />
<title>Parabola GNU/Linux-libre - Index of <?php echo htmlentities($dirname); ?></title>
- <link rel="stylesheet" type="text/css" href="https://parabolagnulinux.org/static/archweb.3b36d2301f70.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="<?php echo $assetdir."/style.css"; ?>" />
<link rel="icon" type="image/x-icon" href="https://parabolagnulinux.org/static/favicon.72ab042ac877.ico" />
<link rel="shortcut icon" type="image/x-icon" href="https://parabolagnulinux.org/static/favicon.72ab042ac877.ico" />