<?php
|
|
$TYPO3_CONF_VARS["SYS"]["sitename"] = 'Default site name';
|
|
$TYPO3_CONF_VARS["EXT"]["extList"] = 'tsconfig_help,context_help,extra_page_cm_options,rte,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,tstemplate_styler,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,phpmyadmin,aboutmodules,imagelist,setup,taskcenter,sys_notepad,taskcenter_recent,taskcenter_rootlist,info_pagetsconfig,viewpage,tt_guest,mininews,tt_board,sys_todos,sys_workflows,conf_userts';
|
|
|
|
// create your own password here with: echo -n 'password' | md5sum
|
|
$TYPO3_CONF_VARS["BE"]["installToolPassword"] = "180689261dcfc1a5be3794765dd1f012";
|
|
?>
|