diff --git a/html/api.php b/html/api.php index 69187675..034644bc 100644 --- a/html/api.php +++ b/html/api.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150819 */ /* diff --git a/html/includes/__interfc.php b/html/includes/__interfc.php index 62d0e245..7ad40ebf 100644 --- a/html/includes/__interfc.php +++ b/html/includes/__interfc.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150715 * @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. diff --git a/html/includes/__lab.php b/html/includes/__lab.php index 8a1ac3e1..ec71f293 100644 --- a/html/includes/__lab.php +++ b/html/includes/__lab.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150807 * @property type $author Author name of the lab. It's optional. * @property type $description Description of the lab. It's optional * @property type $filename The filename of the lab (without path). It's mandatory and automatically set. diff --git a/html/includes/__network.php b/html/includes/__network.php index 3b2f9b06..ae4dec43 100644 --- a/html/includes/__network.php +++ b/html/includes/__network.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150715 * @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. diff --git a/html/includes/__node.php b/html/includes/__node.php index 6dd79779..ccab258d 100644 --- a/html/includes/__node.php +++ b/html/includes/__node.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150825 * @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. diff --git a/html/includes/__picture.php b/html/includes/__picture.php index 82f8fddf..1b34f9a9 100644 --- a/html/includes/__picture.php +++ b/html/includes/__picture.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150715 * @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. diff --git a/html/includes/api_authentication.php b/html/includes/api_authentication.php index 002fbc4b..e8a46f14 100644 --- a/html/includes/api_authentication.php +++ b/html/includes/api_authentication.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150525 + * @version 20150804 */ /* diff --git a/html/includes/api_folders.php b/html/includes/api_folders.php index 7849a679..5cd09bb2 100644 --- a/html/includes/api_folders.php +++ b/html/includes/api_folders.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150715 */ /* diff --git a/html/includes/api_labs.php b/html/includes/api_labs.php index 71929e78..c72deb06 100644 --- a/html/includes/api_labs.php +++ b/html/includes/api_labs.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150825 */ /* diff --git a/html/includes/api_networks.php b/html/includes/api_networks.php index 82eeb8da..26539518 100644 --- a/html/includes/api_networks.php +++ b/html/includes/api_networks.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150715 */ /** diff --git a/html/includes/api_nodes.php b/html/includes/api_nodes.php index cf21fa69..e74c07a3 100644 --- a/html/includes/api_nodes.php +++ b/html/includes/api_nodes.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150715 */ /** diff --git a/html/includes/api_pictures.php b/html/includes/api_pictures.php index 83f256a3..d99227a1 100644 --- a/html/includes/api_pictures.php +++ b/html/includes/api_pictures.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150715 */ /** diff --git a/html/includes/api_status.php b/html/includes/api_status.php index 081e6745..f05a6fb1 100644 --- a/html/includes/api_status.php +++ b/html/includes/api_status.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150428 + * @version 20150806 */ /* diff --git a/html/includes/api_topology.php b/html/includes/api_topology.php index 4edc5c3f..cb73c87c 100644 --- a/html/includes/api_topology.php +++ b/html/includes/api_topology.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150515 + * @version 20150715 */ /** diff --git a/html/includes/cli.php b/html/includes/cli.php index 3dc81bfa..b4fbabd5 100644 --- a/html/includes/cli.php +++ b/html/includes/cli.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150826 */ /** @@ -820,7 +820,7 @@ function start($n, $id, $t, $nets) { */ function stop($n) { if ($n -> getStatus() == 1) { - $cmd = 'kill -s TERM $(fuser -n tcp '.$n -> getPort().' 2> /dev/null | sed "s/^.* \([0-9]\+\)$/\1/g")'; + $cmd = 'fuser -n tcp -k -TERM '.$n -> getPort().' > /dev/null 2>&1'; exec($cmd, $o, $rc); error_log('INFO: stopping '.$cmd); sleep(1); // Need to wait a few diff --git a/html/includes/functions.php b/html/includes/functions.php index 27ad38ed..21e4e0ba 100644 --- a/html/includes/functions.php +++ b/html/includes/functions.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150526 + * @version 20150817 */ /** diff --git a/html/includes/init.php b/html/includes/init.php index 7cfb0b04..32668a54 100644 --- a/html/includes/init.php +++ b/html/includes/init.php @@ -38,7 +38,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150817 + * @version 20150824 */ // Include custom configuration diff --git a/html/includes/messages_en.php b/html/includes/messages_en.php index 591a175e..8a525782 100644 --- a/html/includes/messages_en.php +++ b/html/includes/messages_en.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150825 */ /*************************************************************************** diff --git a/html/includes/messages_zh.php b/html/includes/messages_zh.php index cda6036d..16fa19bf 100644 --- a/html/includes/messages_zh.php +++ b/html/includes/messages_zh.php @@ -27,7 +27,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150527 + * @version 20150817 */ /*************************************************************************** diff --git a/html/templates/a10.php b/html/templates/a10.php index b0a243cb..e53ba9ad 100644 --- a/html/templates/a10.php +++ b/html/templates/a10.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/acs.php b/html/templates/acs.php index 1089c9cb..645b1c69 100644 --- a/html/templates/acs.php +++ b/html/templates/acs.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150817 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/asa.php b/html/templates/asa.php index 6ac664fe..ff8112b3 100644 --- a/html/templates/asa.php +++ b/html/templates/asa.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/asav.php b/html/templates/asav.php index 065b69b1..c654fe44 100644 --- a/html/templates/asav.php +++ b/html/templates/asav.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/bigip.php b/html/templates/bigip.php index 4da2eab4..901b36d8 100644 --- a/html/templates/bigip.php +++ b/html/templates/bigip.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/brocadevadx.php b/html/templates/brocadevadx.php index b370574d..5906ced1 100644 --- a/html/templates/brocadevadx.php +++ b/html/templates/brocadevadx.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/c1710.php b/html/templates/c1710.php index 1cfc825d..30dca898 100644 --- a/html/templates/c1710.php +++ b/html/templates/c1710.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'dynamips'; diff --git a/html/templates/c3725.php b/html/templates/c3725.php index 9cef7dc2..6a9bd792 100644 --- a/html/templates/c3725.php +++ b/html/templates/c3725.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'dynamips'; diff --git a/html/templates/c7200.php b/html/templates/c7200.php index 952c14ff..60d717cf 100644 --- a/html/templates/c7200.php +++ b/html/templates/c7200.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'dynamips'; diff --git a/html/templates/cda.php b/html/templates/cda.php index 8178e9e7..1ee1106d 100644 --- a/html/templates/cda.php +++ b/html/templates/cda.php @@ -2,33 +2,33 @@ # vim: syntax=php tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler /** -* html/templates/cda.php -* -* Cisco CDA template for UNetLab. -* -* LICENSE: -* -* This file is part of UNetLab (Unified Networking Lab). -* -* UNetLab is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* UNetLab is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with UNetLab. If not, see -* @copyright 2014-2015 Andrea Dainese -* @license http://www.gnu.org/licenses/gpl.html -* @link http://www.unetlab.com/ -* @version 20150521 -*/ + * html/templates/cda.php + * + * Cisco CDA template for UNetLab. + * + * LICENSE: + * + * This file is part of UNetLab (Unified Networking Lab). + * + * UNetLab is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * UNetLab is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with UNetLab. If not, see + * @copyright 2014-2015 Andrea Dainese + * @license http://www.gnu.org/licenses/gpl.html + * @link http://www.unetlab.com/ + * @version 20150826 + */ $p['type'] = 'qemu'; $p['name'] = 'cda'; diff --git a/html/templates/cips.php b/html/templates/cips.php index 5e77e635..e16cb4f8 100644 --- a/html/templates/cips.php +++ b/html/templates/cips.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/clearpass.php b/html/templates/clearpass.php index 0cebb014..9d41969c 100644 --- a/html/templates/clearpass.php +++ b/html/templates/clearpass.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/coeus.php b/html/templates/coeus.php index 0c85c266..79f6908e 100644 --- a/html/templates/coeus.php +++ b/html/templates/coeus.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/cpsg.php b/html/templates/cpsg.php index 32a4ce59..818c0e86 100644 --- a/html/templates/cpsg.php +++ b/html/templates/cpsg.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/csr1000v.php b/html/templates/csr1000v.php index 6278c829..419fecb0 100644 --- a/html/templates/csr1000v.php +++ b/html/templates/csr1000v.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/cumulus.php b/html/templates/cumulus.php index 14a3ff97..3b2ebf28 100644 --- a/html/templates/cumulus.php +++ b/html/templates/cumulus.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/esxi.php b/html/templates/esxi.php index 3770ca87..79fe0a5c 100644 --- a/html/templates/esxi.php +++ b/html/templates/esxi.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/extremexos.php b/html/templates/extremexos.php index d64b531b..bd79db3b 100644 --- a/html/templates/extremexos.php +++ b/html/templates/extremexos.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/fortinet.php b/html/templates/fortinet.php index 58e50723..ccd1102a 100644 --- a/html/templates/fortinet.php +++ b/html/templates/fortinet.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/hpvsr.php b/html/templates/hpvsr.php index df6e655b..b006d922 100644 --- a/html/templates/hpvsr.php +++ b/html/templates/hpvsr.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/in.php b/html/templates/in.php new file mode 100644 index 00000000..e69de29b diff --git a/html/templates/iol.php b/html/templates/iol.php index ac871415..20785bfa 100644 --- a/html/templates/iol.php +++ b/html/templates/iol.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'iol'; diff --git a/html/templates/ise.php b/html/templates/ise.php index b6ecaf3d..73756893 100644 --- a/html/templates/ise.php +++ b/html/templates/ise.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/linux.php b/html/templates/linux.php index fa22d12b..84a35396 100644 --- a/html/templates/linux.php +++ b/html/templates/linux.php @@ -2,33 +2,33 @@ # vim: syntax=php tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler /** -* html/templates/linux.php -* -* win template for UNetLab. -* -* LICENSE: -* -* This file is part of UNetLab (Unified Networking Lab). -* -* UNetLab is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* UNetLab is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with UNetLab. If not, see -* @copyright 2014-2015 Andrea Dainese -* @license http://www.gnu.org/licenses/gpl.html -* @link http://www.unetlab.com/ -* @version 20150521 -*/ + * html/templates/linux.php + * + * Linux template for UNetLab. + * + * LICENSE: + * + * This file is part of UNetLab (Unified Networking Lab). + * + * UNetLab is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * UNetLab is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with UNetLab. If not, see + * @copyright 2014-2015 Andrea Dainese + * @license http://www.gnu.org/licenses/gpl.html + * @link http://www.unetlab.com/ + * @version 20150826 + */ $p['type'] = 'qemu'; $p['name'] = 'Linux'; diff --git a/html/templates/mikrotik.php b/html/templates/mikrotik.php index 6a71693b..c744e771 100644 --- a/html/templates/mikrotik.php +++ b/html/templates/mikrotik.php @@ -19,13 +19,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150806 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/nsvpx.php b/html/templates/nsvpx.php index c71a2bdb..11111f95 100644 --- a/html/templates/nsvpx.php +++ b/html/templates/nsvpx.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/olive.php b/html/templates/olive.php index 27618b2f..5f319bed 100644 --- a/html/templates/olive.php +++ b/html/templates/olive.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/ostinato.php b/html/templates/ostinato.php index 53e9b0be..df98f57f 100644 --- a/html/templates/ostinato.php +++ b/html/templates/ostinato.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150817 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/paloalto.php b/html/templates/paloalto.php index d49ad654..7252d870 100644 --- a/html/templates/paloalto.php +++ b/html/templates/paloalto.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/riverbed.php b/html/templates/riverbed.php index 7467c6f1..81ec5b96 100644 --- a/html/templates/riverbed.php +++ b/html/templates/riverbed.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150819 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/sourcefire.php b/html/templates/sourcefire.php index 060156bf..071db294 100644 --- a/html/templates/sourcefire.php +++ b/html/templates/sourcefire.php @@ -19,13 +19,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/sterra.php b/html/templates/sterra.php index ce282628..47547b31 100644 --- a/html/templates/sterra.php +++ b/html/templates/sterra.php @@ -2,7 +2,7 @@ # vim: syntax=php tabstop=4 softtabstop=0 noexpandtab laststatus=1 ruler /** - * html/templates/S-Terra.php + * html/templates/sterra.php * * S-Terra template for UNetLab. * @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150819 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/timos.php b/html/templates/timos.php index b2dd7948..06dad0c6 100644 --- a/html/templates/timos.php +++ b/html/templates/timos.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/titanium.php b/html/templates/titanium.php index eeba1f37..f01a7fc7 100644 --- a/html/templates/titanium.php +++ b/html/templates/titanium.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/veos.php b/html/templates/veos.php index 4e1c52d3..8a9156d1 100644 --- a/html/templates/veos.php +++ b/html/templates/veos.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vios.php b/html/templates/vios.php index de6b70e9..593c0b2c 100644 --- a/html/templates/vios.php +++ b/html/templates/vios.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/viosl2.php b/html/templates/viosl2.php index cec266cc..27349ddf 100644 --- a/html/templates/viosl2.php +++ b/html/templates/viosl2.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vmx.php b/html/templates/vmx.php index 6b0fd564..367f8af3 100644 --- a/html/templates/vmx.php +++ b/html/templates/vmx.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vnam.php b/html/templates/vnam.php index fe978622..40f05ae5 100644 --- a/html/templates/vnam.php +++ b/html/templates/vnam.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab.If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vsrx.php b/html/templates/vsrx.php index cc3e31f0..a86ce965 100644 --- a/html/templates/vsrx.php +++ b/html/templates/vsrx.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vwaas.php b/html/templates/vwaas.php index b68bba33..235a26a4 100644 --- a/html/templates/vwaas.php +++ b/html/templates/vwaas.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vwlc.php b/html/templates/vwlc.php index c92e85f7..3a45e484 100644 --- a/html/templates/vwlc.php +++ b/html/templates/vwlc.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/vyos.php b/html/templates/vyos.php index be18c8cd..6347e957 100644 --- a/html/templates/vyos.php +++ b/html/templates/vyos.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/win.php b/html/templates/win.php index 88ad7d0d..77584403 100644 --- a/html/templates/win.php +++ b/html/templates/win.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/templates/xrv.php b/html/templates/xrv.php index e703b59d..6337a671 100644 --- a/html/templates/xrv.php +++ b/html/templates/xrv.php @@ -21,13 +21,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with UNetLab. If not, see . * * @author Andrea Dainese * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150826 */ $p['type'] = 'qemu'; diff --git a/html/themes/default/css/fonts.css b/html/themes/default/css/fonts.css index 0dc06e5d..1cf4df34 100644 --- a/html/themes/default/css/fonts.css +++ b/html/themes/default/css/fonts.css @@ -28,7 +28,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150521 + * @version 20150715 */ @font-face { diff --git a/html/themes/default/js/new-action.js b/html/themes/default/js/new-action.js index 55bdff6b..b4c26955 100644 --- a/html/themes/default/js/new-action.js +++ b/html/themes/default/js/new-action.js @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150522 + * @version 20150819 */ // Logout button diff --git a/html/themes/default/js/new-functions.js b/html/themes/default/js/new-functions.js index 7e24388b..be839921 100644 --- a/html/themes/default/js/new-functions.js +++ b/html/themes/default/js/new-functions.js @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150522 + * @version 20150820 */ // Add Modal diff --git a/html/themes/default/js/new-javascript.js b/html/themes/default/js/new-javascript.js index 9bc57c94..86bdf395 100644 --- a/html/themes/default/js/new-javascript.js +++ b/html/themes/default/js/new-javascript.js @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150522 + * @version 20150819 */ // Custom vars diff --git a/html/themes/default/js/new-validate.js b/html/themes/default/js/new-validate.js index 0396d6c3..8c0050e3 100644 --- a/html/themes/default/js/new-validate.js +++ b/html/themes/default/js/new-validate.js @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150522 + * @version 20150819 */ $.validator.setDefaults({ diff --git a/wrappers/dynamips_functions.c b/wrappers/dynamips_functions.c index f675143c..757cd9c9 100644 --- a/wrappers/dynamips_functions.c +++ b/wrappers/dynamips_functions.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/dynamips_functions.h b/wrappers/dynamips_functions.h index d1fc8ef9..db528b18 100644 --- a/wrappers/dynamips_functions.h +++ b/wrappers/dynamips_functions.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/dynamips_wrapper.c b/wrappers/dynamips_wrapper.c index 76cea1d7..f0582a29 100644 --- a/wrappers/dynamips_wrapper.c +++ b/wrappers/dynamips_wrapper.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150826 */ diff --git a/wrappers/include/afsocket.c b/wrappers/include/afsocket.c index 8f09f457..5f2dc8e9 100644 --- a/wrappers/include/afsocket.c +++ b/wrappers/include/afsocket.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/afsocket.h b/wrappers/include/afsocket.h index 30675971..166c392e 100644 --- a/wrappers/include/afsocket.h +++ b/wrappers/include/afsocket.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/cmd.c b/wrappers/include/cmd.c index 034bda04..51dce158 100644 --- a/wrappers/include/cmd.c +++ b/wrappers/include/cmd.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/cmd.h b/wrappers/include/cmd.h index 4737c9b0..181defba 100644 --- a/wrappers/include/cmd.h +++ b/wrappers/include/cmd.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/functions.c b/wrappers/include/functions.c index d30092aa..8e1c0f25 100644 --- a/wrappers/include/functions.c +++ b/wrappers/include/functions.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/functions.h b/wrappers/include/functions.h index 53d033c4..0ee59bad 100644 --- a/wrappers/include/functions.h +++ b/wrappers/include/functions.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/params.h b/wrappers/include/params.h index af88098d..c2db7df0 100644 --- a/wrappers/include/params.h +++ b/wrappers/include/params.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150504 + * @version 20150715 */ #define BUFFER 10000 diff --git a/wrappers/include/serial2udp.c b/wrappers/include/serial2udp.c index f7ddd60f..a28157fb 100644 --- a/wrappers/include/serial2udp.c +++ b/wrappers/include/serial2udp.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150730 */ #include diff --git a/wrappers/include/serial2udp.h b/wrappers/include/serial2udp.h index bba9fb73..9991a343 100644 --- a/wrappers/include/serial2udp.h +++ b/wrappers/include/serial2udp.h @@ -24,7 +24,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150730 */ #include diff --git a/wrappers/include/tap.c b/wrappers/include/tap.c index f33d732e..43ca2efe 100644 --- a/wrappers/include/tap.c +++ b/wrappers/include/tap.c @@ -24,7 +24,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/tap.h b/wrappers/include/tap.h index 44979792..4a91e3c2 100644 --- a/wrappers/include/tap.h +++ b/wrappers/include/tap.h @@ -24,7 +24,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/include/ts.c b/wrappers/include/ts.c index 55a26ed3..75761346 100644 --- a/wrappers/include/ts.c +++ b/wrappers/include/ts.c @@ -24,7 +24,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150728 */ #include diff --git a/wrappers/include/ts.h b/wrappers/include/ts.h index 0d7a015c..bce318e2 100644 --- a/wrappers/include/ts.h +++ b/wrappers/include/ts.h @@ -24,7 +24,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150728 */ #include diff --git a/wrappers/iol_functions.c b/wrappers/iol_functions.c index ca795136..23fe0758 100644 --- a/wrappers/iol_functions.c +++ b/wrappers/iol_functions.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150504 + * @version 20150730 */ #include diff --git a/wrappers/iol_functions.h b/wrappers/iol_functions.h index 635557d1..1127a258 100644 --- a/wrappers/iol_functions.h +++ b/wrappers/iol_functions.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/iol_wrapper.c b/wrappers/iol_wrapper.c index f4bb99b8..8f04fa35 100644 --- a/wrappers/iol_wrapper.c +++ b/wrappers/iol_wrapper.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150504 + * @version 20150826 */ #include diff --git a/wrappers/qemu_functions.c b/wrappers/qemu_functions.c index ec7a06a5..d577cff1 100644 --- a/wrappers/qemu_functions.c +++ b/wrappers/qemu_functions.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/qemu_functions.h b/wrappers/qemu_functions.h index a22d962a..785a8a1c 100644 --- a/wrappers/qemu_functions.h +++ b/wrappers/qemu_functions.h @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150422 + * @version 20150715 */ #include diff --git a/wrappers/qemu_wrapper.c b/wrappers/qemu_wrapper.c index a7923413..6010a8d6 100644 --- a/wrappers/qemu_wrapper.c +++ b/wrappers/qemu_wrapper.c @@ -26,7 +26,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150504 + * @version 20150826 */ /* diff --git a/wrappers/unl_wrapper.php b/wrappers/unl_wrapper.php index 8cb9c106..d348778b 100755 --- a/wrappers/unl_wrapper.php +++ b/wrappers/unl_wrapper.php @@ -28,7 +28,7 @@ * @copyright 2014-2015 Andrea Dainese * @license http://www.gnu.org/licenses/gpl.html * @link http://www.unetlab.com/ - * @version 20150526 + * @version 20150715 */ require_once('/opt/unetlab/html/includes/init.php');