Skip to content
Snippets Groups Projects
Commit de1ac565 authored by Helmo's avatar Helmo
Browse files

Add extra links to datalog

parent 91a7ecbb
No related merge requests found
...@@ -79,6 +79,15 @@ if (!empty($value)) { ...@@ -79,6 +79,15 @@ if (!empty($value)) {
case 'web_database_user': case 'web_database_user':
$file = 'sites/database_user_edit.php'; $file = 'sites/database_user_edit.php';
break; break;
case 'ftp_user':
$file = 'sites/ftp_user_edit.php';
break;
case 'shell_user':
$file = 'sites/shell_user_edit.php';
break;
case 'dns_soa':
$file = 'dns/dns_soa_edit.php';
break;
// TODO Add a link per content type // TODO Add a link per content type
default: default:
......
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