From 52b5f37d936f2e4d953a2977a31ce6167508f44d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 17:02:03 -0400 Subject: move common resources to common/ --- (limited to 'site/contrib') diff --git a/site/contrib/index.php b/site/contrib/index.php index 1b8905c..6698360 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -18,14 +18,14 @@ */ header('Content-type: text/html; charset=utf-8'); ob_start(); - include_once "../variables.php"; - include_once "../functions.php"; + include_once "../common/variables.php"; + include_once "../common/functions.php"; ?> <?php echo gettext("Libreboot project maintainers"); ?> @@ -75,7 +75,7 @@ -- cgit v0.9.1