Skip to content

Commit

Permalink
Update init.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingston-kms committed Oct 24, 2020
1 parent ef29748 commit 9284fa2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inc/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

$DIRECTORIES = [
'v3' => 'eset_upd',
'v4' => 'eset_upd/v4',
'v4' => 'eset_upd',
'v5' => 'eset_upd/v5',
'v6' => 'eset_upd/v6',
'v7' => 'eset_upd/v7',
'v8' => 'eset_upd/v8',
'v6' => 'eset_upd',
'v7' => 'eset_upd',
'v8' => 'eset_upd',
'v9' => 'eset_upd/v9',
'v10' => 'eset_upd/v10',
'v11' => 'eset_upd/v11',
Expand All @@ -18,7 +18,7 @@
'ep7' => 'eset_upd/ep7'
];

$VERSION = '20200711 [Freedom for All by Kingston]';
$VERSION = '20202410 [Freedom for All by Kingston]';

@define('DS', DIRECTORY_SEPARATOR);
@define('SELF', dirname(__DIR__) . DS);
Expand Down

0 comments on commit 9284fa2

Please sign in to comment.