Revision 437fd1b6
Added by Christopher Cope about 2 years ago
src/usr/local/www/system_register.php | ||
---|---|---|
31 | 31 |
##|*MATCH=system_register.php* |
32 | 32 |
##|-PRIV |
33 | 33 |
|
34 |
$pgtitle = array(gettext("System"), gettext("Register")); |
|
34 | 35 |
require_once("guiconfig.inc"); |
35 | 36 |
require_once("system_register.inc"); |
36 | 37 |
|
Also available in: Unified diff
Add page title to system_register.php. Fixes #14462