[Pkg-dkms-commits] r31 - website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Thu Dec 4 19:37:48 UTC 2008
Author: hanska-guest
Date: 2008-12-04 19:37:48 +0000 (Thu, 04 Dec 2008)
New Revision: 31
Modified:
website/index.php
Log:
Fixing include
Modified: website/index.php
===================================================================
--- website/index.php 2008-12-04 19:34:15 UTC (rev 30)
+++ website/index.php 2008-12-04 19:37:48 UTC (rev 31)
@@ -27,6 +27,6 @@
<p>Please properly use <code>reportbug dkms</code>.</p>
<hr />
<?php
-include("/inc/footer.inc.php");
+include("inc/footer.inc.php");
?>
</body></html>
More information about the Pkg-dkms-commits
mailing list