projects
/
configmanager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial re-coding
[configmanager.git]
/
lib
/
cisco.plugin.php
1
<?php
2
3
$HOST_TYPE["cisco"]["name"] = "Cisco";
4
$HOST_TYPE["cisco"]["configform"] = "somefuntion";
5
$HOST_TYPE["cisco"]["postfunction"] = "somefuntion";
6
7
8
?>