Updated to latest Ubuntu version.
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ class APTChecker
|
|||||||
{
|
{
|
||||||
private $whitelist = array();
|
private $whitelist = array();
|
||||||
private $aptlists = array();
|
private $aptlists = array();
|
||||||
private $codenames = array( 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', 'trusty', 'utopic', 'debian', 'squeeze', 'stable', 'unstable', 'beta' );
|
private $codenames_old = array( 'gutsy', 'hardy', 'intrepid' );
|
||||||
|
private $codenames = array( 'jaunty', 'karmic', 'lucid', 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', 'trusty', 'utopic', 'vivid', 'wily', 'debian', 'squeeze', 'stable', 'unstable', 'beta' );
|
||||||
private $codename;
|
private $codename;
|
||||||
|
|
||||||
function __construct()
|
function __construct()
|
||||||
|
|||||||
Reference in New Issue
Block a user