소스 검색

Add a warning to the configuration file

Some people believe that they should copy the sample config to the "real" config. I noticed this several times in IRC and on the bugtracker.

I guess this warning should be enough to avoid this in the future.
tags/v7.0.0alpha2
Lukas Reschke 10 년 전
부모
커밋
62eb5cd6b0
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      config/config.sample.php

+ 6
- 0
config/config.sample.php 파일 보기

@@ -1,5 +1,11 @@
<?php

/**
* This configuration file is only provided to document the different configuration options and their usage.
* DO NOT COMPLETELY BASE YOUR CONFIGURATION FILE ON THIS SAMPLE. THIS MAY BREAK YOUR INSTANCE.
* Instead copy configurations switches that you consider important for your instance manually to your configuration.
*/

/* Only enable this for local development and not in productive environments */
/* This will disable the minifier and outputs some additional debug informations */
define("DEBUG", true);

Loading…
취소
저장