Revision 1934
Added by darkviper over 11 years ago
save.php | ||
---|---|---|
446 | 446 |
// write the config.php |
447 | 447 |
$sConfigContent = "<?php\n" |
448 | 448 |
."/* this file is for backward compatibility only */\n" |
449 |
."/* never put any code in this file! */\n" |
|
449 | 450 |
."include_once(dirname(__FILE__).'/framework/initialize.php');\n"; |
450 | 451 |
$sSetupFile = WB_PATH.'/config.php'; |
451 | 452 |
if(!file_put_contents($sSetupFile,$sConfigContent)) { |
Also available in: Unified diff
/account/signup added posibility for different mailto address
/install/save.php modified internal comment