Revision a0190b50
Added by Scott Ullrich about 20 years ago
usr/local/www/wizard.php | ||
---|---|---|
389 | 389 |
*/ |
390 | 390 |
|
391 | 391 |
function fixup_string($string) { |
392 |
global $config; |
|
392 |
global $config, $myurl;
|
|
393 | 393 |
// fixup #1: $myurl -> http[s]://ip_address:port/ |
394 | 394 |
$https = ""; |
395 | 395 |
$port = ""; |
Also available in: Unified diff
Make $myurl a global variable
This fixes Ticket #39