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/index.php') diff --git a/site/index.php b/site/index.php index 1817543..551db30 100644 --- a/site/index.php +++ b/site/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"); ?> @@ -74,7 +74,7 @@ -- cgit v0.9.1