Skip to content
Snippets Groups Projects
Commit 9300c221 authored by p1114753's avatar p1114753
Browse files

Removed .cgi hack

parent e097f6f2
No related branches found
No related tags found
No related merge requests found
...@@ -299,7 +299,6 @@ DeviceController.controller('DeviceController', ['$scope', '$rootScope', 'Device ...@@ -299,7 +299,6 @@ DeviceController.controller('DeviceController', ['$scope', '$rootScope', 'Device
break; break;
case 'uri': case 'uri':
pathName = parameter.value; pathName = parameter.value;
host = (pathName.match('.cgi$')) ? 'admin:cima123@' + host : host;
break; break;
default: default:
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment