Skip to content

Commit

Permalink
Merge pull request #2 from Gamify-IT/maintenace/fix-sonarqube-issues
Browse files Browse the repository at this point in the history
fix sonarqube issues
  • Loading branch information
Gr33ndev authored Apr 26, 2023
2 parents 4263898 + c7be01d commit f16a4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions website/de.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
if(file_exists('config.json'))
{
if (file_exists('config.json')) {
$filename = 'config.json';
$data = file_get_contents($filename);
$config = json_decode($data);
Expand Down
3 changes: 1 addition & 2 deletions website/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
if(file_exists('config.json'))
{
if (file_exists('config.json')) {
$filename = 'config.json';
$data = file_get_contents($filename);
$config = json_decode($data);
Expand Down

0 comments on commit f16a4d9

Please sign in to comment.