Typos and correcting variable

This commit is contained in:
objecttothis
2023-02-12 00:49:26 +04:00
committed by Steve Ireland
parent 628c047078
commit e508ab86cd
4 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ class Config extends Secure_Controller
$composer = FALSE;
$license = [];
$license[$i]['title'] = 'Open Source Point Of Sale ' . config('OSPOSConfig')->application_version;
$license[$i]['title'] = 'Open Source Point Of Sale ' . config('App')->application_version;
if(file_exists('license/LICENSE'))
{