add and remove comments

This commit is contained in:
Derek Macias 2016-03-15 06:55:10 -06:00
parent 350d97c6f2
commit b415719b70
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,4 @@
<?php <?php
// clear config every time to remove old package settings
$keys = []; $keys = [];
?> ?>

View File

@ -49,8 +49,6 @@ foreach ($pkgs_github_array as $pkg_github) {
} }
} }
//isset($pkg_cfg[$pkg_nver]) ? $pkg_cfg[$pkg_nver] : 'no'
$pkg = [ $pkg = [
'name' => $pkg_github['name'], // add full package name 'name' => $pkg_github['name'], // add full package name
'pkgname' => $pkg_name, // add package name only 'pkgname' => $pkg_name, // add package name only