summaryrefslogtreecommitdiff
path: root/httemplate/elements/dashboard-install_welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/dashboard-install_welcome.html')
-rw-r--r--httemplate/elements/dashboard-install_welcome.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/httemplate/elements/dashboard-install_welcome.html b/httemplate/elements/dashboard-install_welcome.html
deleted file mode 100644
index c8e2ded1f..000000000
--- a/httemplate/elements/dashboard-install_welcome.html
+++ /dev/null
@@ -1,10 +0,0 @@
-% if ( $which ) {
-<% include("dashboard-install_welcome-$which.html") %>
-% }
-<%init>
-
-my $conf = new FS::Conf;
-
-my $which = $conf->config('dashboard-install_welcome');
-
-</%init>