diff --git a/settings/routes.php b/settings/routes.php
index 4f4f83e4542298b28c2631e910de268bf177789e..0aabe4becfe77cfd1483e352bd45abca756462ed 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -24,13 +24,13 @@ $this->create('settings_admin', '/settings/admin')
 $this->create('settings_ajax_userlist', '/settings/ajax/userlist')
 	->actionInclude('settings/ajax/userlist.php');
 $this->create('settings_ajax_createuser', '/settings/ajax/createuser.php')
-	->actionInclude('settings_ajax_createuser');
+	->actionInclude('settings/ajax/createuser.php');
 $this->create('settings_ajax_removeuser', '/settings/ajax/removeuser.php')
 	->actionInclude('settings/ajax/removeuser.php');
 $this->create('settings_ajax_setquota', '/settings/ajax/setquota.php')
 	->actionInclude('settings/ajax/setquota.php');
 $this->create('settings_ajax_creategroup', '/settings/ajax/creategroup.php')
-	->actionInclude('settings_ajax_creategroup');
+	->actionInclude('settings/ajax/creategroup.php');
 $this->create('settings_ajax_togglegroups', '/settings/ajax/togglegroups.php')
 	->actionInclude('settings/ajax/togglegroups.php');
 $this->create('settings_ajax_togglesubadmins', '/settings/ajax/togglesubadmins.php')