Project

General

Profile

« Previous | Next » 

Revision 1934

Added by darkviper about 11 years ago

/account/signup added posibility for different mailto address
/install/save.php modified internal comment

View differences:

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