Skip to content

Commit

Permalink
20160719
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Dainese committed Jul 19, 2016
1 parent 8ef5197 commit e8024f3
Show file tree
Hide file tree
Showing 117 changed files with 224 additions and 224 deletions.
2 changes: 1 addition & 1 deletion html/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160719
*/
Expand Down
4 changes: 2 additions & 2 deletions html/includes/__interfc.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151020
* @version 20160719
* @property type $id Interface ID. It's mandatory and automatically set during contruction phase.
* @property type $name Name of the interface. It's optional.
* @property type $network_id Remote network ID for Ethernet interfaces. If not set, it's automatically set to 0.
Expand Down
4 changes: 2 additions & 2 deletions html/includes/__lab.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
* @property type $author Author name of the lab. It's optional.
* @property type $body Long text for lab usage. It's optional.
* @property type $description Description of the lab. It's optional
Expand Down
4 changes: 2 additions & 2 deletions html/includes/__network.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151113
* @version 20160719
* @property type $count Total of connected nodes to this network. If not set, it's automatically set to 0.
* @property type $id Network ID. Mandatory and set during construction phase.
* @property type $left Left margin for visual position. It's optional.
Expand Down
4 changes: 2 additions & 2 deletions html/includes/__node.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160415
* @version 20160719
* @property type $flags_eth CMD flags related to Ethernet interfaces. It's mandatory and automatically set.
* @property type $flags_ser CMD flags related to Serial interfaces. It's mandatory and automatically set.
* @property type $console protocol. It's optional.
Expand Down
4 changes: 2 additions & 2 deletions html/includes/__picture.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160125
* @version 20160719
* @property type $data Binary stream of the picture. It's mandatory.
* @property type $height Width of the picture. It's automatically get from data.
* @property type $id ID of the picture. It's mandatory and automatically set during contruction phase.
Expand Down
4 changes: 2 additions & 2 deletions html/includes/__textobject.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160204
* @version 20160719
* @property type $data of the object. It's mandatory.
* @property type $id ID of the object. It's mandatory and automatically set during contruction phase.
* @property type $name Name of the object. It's optional but suggested.
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151106
* @version 20160719
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_configs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160119
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_folders.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151028
* @version 20160719
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_labs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160401
* @version 20160719
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_networks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_nodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_pictures.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151020
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160419
* @version 20160719
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_textobjects.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_topology.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160125
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/api_uusers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151105
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160415
* @version 20160719
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions html/includes/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

// Include custom configuration
Expand Down
4 changes: 2 additions & 2 deletions html/includes/messages_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160415
* @version 20160719
*/

/***************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions html/includes/messages_zh.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151020
* @version 20160719
*/

/***************************************************************************
Expand Down
4 changes: 2 additions & 2 deletions html/templates/a10.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151116
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/acs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/asa.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/asav.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/brocadevadx.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151116
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/c1710.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151019
* @version 20160719
*/

$p['type'] = 'dynamips';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/c3725.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151019
* @version 20160719
*/

$p['type'] = 'dynamips';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/cda.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151019
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/cips.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20160706
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
4 changes: 2 additions & 2 deletions html/templates/clearpass.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
* @author Andrea Dainese <andrea.dainese@gmail.com>
* @copyright 2014-2016 Andrea Dainese
* @license https://opensource.org/licenses/BSD-3-Clause
* @license BSD-3-Clause https://github.com/dainok/unetlab/blob/master/LICENSE
* @link http://www.unetlab.com/
* @version 20151116
* @version 20160719
*/

$p['type'] = 'qemu';
Expand Down
Loading

0 comments on commit e8024f3

Please sign in to comment.