freebsd-ports/net-mgmt/phpipam/files/patch-site-admin_manageSubnet.php
Michael Scheidell 27cffc23d4 Addport: net-mgmt/phpipam. An open-source web IP address management application.
Its goal is to provide light and simple IP address management
application. It is ajax-based using jQuery libraries, it uses php
scripts and javascript and some HTML5/CSS3 features, so some modern
browser is preferred to be able to display javascript quickly and
correctly. [1]

- Fixes to Makefile, removed Apache Dependency, optionsng [2]

PR:		ports/168932
Submitted by:	Jake Smith <jake@xz.cx> [1]
Submitted by:	Mark Felder <feld@feld.me> [2]
2012-06-16 09:39:54 +00:00

18 lines
725 B
PHP

--- site/admin/manageSubnet.php.orig 2012-03-01 08:46:57.000000000 -0600
+++ site/admin/manageSubnet.php 2012-06-15 11:16:33.618275630 -0500
@@ -123,7 +123,7 @@
print ' <tr class="slaveSubnet subSlaveSubnet">' . "\n";
print ' <td class="subnet">'. transform2long($subSlave['subnet']) .'/'. $subSlave['mask'] .'</td>' . "\n";
- print ' <td>'. $slave['description'] .'</td>' . "\n";
+ print ' <td>'. $subSlave['description'] .'</td>' . "\n";
print ' <td class="masterSubnet">'. transform2long($master['subnet']) .'/'. $master['mask'] .'</td>' . "\n";
# VLAN
@@ -182,4 +182,4 @@
speed : 'fast'
});
});
-</script>
\ No newline at end of file
+</script>