summaryrefslogtreecommitdiffstats
path: root/site/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/variables.php')
-rw-r--r--site/variables.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/site/variables.php b/site/variables.php
index 5726e1d..a78b74e 100644
--- a/site/variables.php
+++ b/site/variables.php
@@ -18,17 +18,6 @@
*/
?>
<?php
- /* Copy this to variables.php, and adapt for your needs */
-
- /* Project name
- * NOTE: Not all parts of the site use this, because
- * parts of the site talking about things that are very
- * specific to the libreboot project. Changing these
- * variables is only the first step.
- */
- $lbProjectName = "libreboot"; /* use all lower-case */
- $lbProjectNameCapitalized = "Libreboot"; /* Capitalized */
-
/* Project home page */
$lbHomepage = "http://libreboot.org/";