constant DRUPAL_ROOT in Video 7.2
Same name and namespace in other branches
- 6.5 video_scheduler.php \DRUPAL_ROOT
- 6.4 video_scheduler.php \DRUPAL_ROOT
- 7 video_scheduler.php \DRUPAL_ROOT
1 use of DRUPAL_ROOT
- video_scheduler.php in ./
video_scheduler.php - Implement video rendering scheduling. If you are not using sites/default/settings.php as your settings file, add an optional parameter for the drupal site url: "php video_scheduler.php http://example.com/" or "php video_scheduler.php…
File
- ./
video_scheduler.php, line 113 - Implement video rendering scheduling. If you are not using sites/default/settings.php as your settings file, add an optional parameter for the drupal site url: "php video_scheduler.php http://example.com/" or "php video_scheduler.php…
Code
define('DRUPAL_ROOT', realpath(getcwd()));