summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc23
1 files changed, 1 insertions, 22 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 24617c9..c161e8f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -494,9 +494,6 @@ function system_webgui_start() {
sleep(1);
- /* generate password file */
- system_password_configure();
-
chdir($g['www_path']);
/* non-standard port? */
@@ -592,9 +589,6 @@ function system_webgui_start_old() {
/* kill any running mini_httpd */
killbypid("{$g['varrun_path']}/mini_httpd.pid");
- /* generate password file */
- system_password_configure();
-
chdir($g['www_path']);
/* non-standard port? */
@@ -1000,21 +994,6 @@ EOD;
}
-function system_password_configure() {
- global $config, $g;
- if(isset($config['system']['developerspew'])) {
- $mt = microtime();
- echo "system_password_configure() being called $mt\n";
- }
-
- /* sync passwords */
- sync_webgui_passwords();
-
- /* !NOTE! conf_mount_ro is done by sync_webgui_passwords() */
-
- return 0;
-}
-
function system_timezone_configure() {
global $config, $g;
if(isset($config['system']['developerspew'])) {
@@ -1308,4 +1287,4 @@ function enable_watchdog() {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud