diff --git a/scripts/__init_script__.php b/scripts/__init_script__.php index 58705205..9ff10fd4 100644 --- a/scripts/__init_script__.php +++ b/scripts/__init_script__.php @@ -18,7 +18,7 @@ $include_path = ini_get('include_path'); ini_set('include_path', $include_path.':'.dirname(__FILE__).'/../../'); -@require_once 'libphutil/src/__phutil_library_init__.php'; +@include_once 'libphutil/src/__phutil_library_init__.php'; if (!@constant('__LIBPHUTIL__')) { echo "ERROR: Unable to load libphutil. Update your PHP 'include_path' to ". "include the parent directory of libphutil/.\n";