[svn r11513] Added very important comment regarding root_web in api_get_path(WEB_PATH)

skala
Yannick Warnier 19 years ago
parent f273559e33
commit 926b31681a
  1. 3
      main/inc/lib/main_api.lib.php

@ -282,7 +282,8 @@ function api_get_path($path_type)
switch ($path_type)
{
case WEB_PATH :
// example: http://www.mydokeos.com
// example: http://www.mydokeos.com or http://www.mydokeos.com/portal/ if you're using
// a subdirectory of your document root for Dokeos
return $_configuration['root_web'];
break;

Loading…
Cancel
Save