Revision 244
Added by stefan about 19 years ago
trunk/wb/install/save.php | ||
---|---|---|
564 | 564 |
$database->query("INSERT INTO `".TABLE_PREFIX."search` (name) VALUES ('template')"); |
565 | 565 |
|
566 | 566 |
require_once(WB_PATH.'/framework/initialize.php'); |
567 |
$admin = new admin('dummy'); |
|
567 |
// $admin = new admin('dummy');
|
|
568 | 568 |
|
569 | 569 |
// Include the PclZip class file (thanks to |
570 | 570 |
require_once(WB_PATH.'/include/pclzip/pclzip.lib.php'); |
Also available in: Unified diff
Fixed the dubious header already sent bug in installation