mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
701 B

  1. <?php
  2. $TYPO3_CONF_VARS["SYS"]["sitename"] = 'Default site name';
  3. $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';
  4. // create your own password here with: echo -n 'password' | md5sum
  5. $TYPO3_CONF_VARS["BE"]["installToolPassword"] = "180689261dcfc1a5be3794765dd1f012";
  6. ?>