Files
ipreg/lib/changelink.js
T
thooge ee582988e6 Moved towards smarty templates, support php7, switched to mysqli,
finalized language support and fixed some more bugs
2023-02-13 16:41:38 +01:00

5 lines
120 B
JavaScript

function changelink(optVal) {
if(optVal=="")
return false;
window.location='subnetview.php?subnet_id='+optVal;
}