소스 검색

Added comment about root_url to enable multiple urls

Yannick Warnier 11 년 전
부모
커밋
fe6a9a8c97
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/configuration.dist.php
  2. 1 0
      config/configuration.dist.yml.php

+ 1 - 0
config/configuration.dist.php

@@ -38,6 +38,7 @@ $_configuration['main_database'] = '{DATABASE_MAIN}';
 
 /** Directory settings */
 // URL to the root of your Chamilo installation, e.g.: http://www.mychamilo.com/
+// Comment this line if you want to enable multiple URLs
 $_configuration['root_web']    = '{ROOT_WEB}';
 
 /** Chamilo will automatically manage the following paths */

+ 1 - 0
config/configuration.dist.yml.php

@@ -21,6 +21,7 @@ $_configuration['main_database']         = 'chamilo';
  * Directory settings
  */
 // URL to the root of your Chamilo installation, e.g.: http://www.mychamilo.com/
+// Comment this line if you want to enable multiple URLs
 $_configuration['root_web']       = 'http://localhost/chamilo';
 $_configuration['root_sys']       = '/var/www/chamilo';