Quellcode durchsuchen

Added comment about root_url to enable multiple urls

Yannick Warnier vor 11 Jahren
Ursprung
Commit
fe6a9a8c97
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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';