/usr/share/netdisco/html/admin_reconfig.html is in netdisco-frontend 1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <h1 class="pagehead">Admin - Reload Config File</h1>
<P>
Config File reloaded. But for this process (<%$$%>) only.
<P>
Note that this should no longer be needed, as the config file
timestamp is checked at each page load.
<%init>
# Enforce secure + admin
$m->comp('admin.html:force_secure_admin');
&netdisco::config('/usr/local/netdisco/netdisco.conf');
</%init>
<%method title>
- Admin Panel - Reconfig \
</%method>
%# $Id: admin_reconfig.html,v 1.4 2007/12/14 02:18:18 maxbaker Exp $
%# vim:syntax=mason
|