From 54a11ad0d54cce8ae58f2cc58e9d183a9010d680 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 17 Oct 2019 17:06:17 -0400 Subject: [PATCH] ammend array in system.php --- includes/system.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/system.php b/includes/system.php index a54987c..0d47fa7 100755 --- a/includes/system.php +++ b/includes/system.php @@ -41,10 +41,10 @@ function RPiVersion() { 'a020a0' => 'Compute Module 3', 'a02100' => 'Compute Module 3+', //Orange Pi Boards - 'orpi' => 'Orange Pi' - 'orpizero' => 'Orange Pi Zero' - 'orpione' => 'Orange Pi One' - 'orpir1' => 'Orange Pi R1' + 'orpi' => 'Orange Pi', + 'orpizero' => 'Orange Pi Zero', + 'orpione' => 'Orange Pi One', + 'orpir1' => 'Orange Pi R1', ); $cpuinfo_array = '';