diff --git a/html/list_interfaces.php b/html/list_interfaces.php
new file mode 100644
index 0000000000..6161efd265
--- /dev/null
+++ b/html/list_interfaces.php
@@ -0,0 +1,20 @@
+
diff --git a/html/pages/edituser.php b/html/pages/edituser.php
index bddeac5ec7..ee5dc02f4b 100644
--- a/html/pages/edituser.php
+++ b/html/pages/edituser.php
@@ -12,7 +12,7 @@ function getInterfaceList(sel)
var index = ajax.length;
ajax[index] = new sack();
- ajax[index].requestFile = 'test_interfaces.php?device_id='+deviceId; // Specifying which file to get
+ ajax[index].requestFile = 'list_interfaces.php?device_id='+deviceId; // Specifying which file to get
ajax[index].onCompletion = function(){ createInterfaces(index) }; // Specify function that will be executed after file has been found
ajax[index].runAJAX(); // Execute AJAX function
}