Revision c3f4734d
Added by Warren Baker over 14 years ago
etc/inc/authgui.inc | ||
---|---|---|
157 | 157 |
if (file_exists("{$g['tmp_path']}/webconfigurator.lock")) { |
158 | 158 |
// TODO: add the IP from the user who did lock the device |
159 | 159 |
$whom = file_get_contents("{$g['tmp_path']}/webconfigurator.lock"); |
160 |
echo "showajaxmessage('This device is currently beeing maintained by: {$whom}.');";
|
|
160 |
echo "showajaxmessage('This device is currently been maintained by: {$whom}.');";
|
|
161 | 161 |
} |
162 | 162 |
} |
163 | 163 |
exit; |
... | ... | |
261 | 261 |
<?php |
262 | 262 |
} // end function |
263 | 263 |
|
264 |
?> |
|
264 |
?> |
Also available in: Unified diff
Wording fix.