function bb2_relative_path in Bad Behavior 5.2
Same name and namespace in other branches
- 6.2 badbehavior.module \bb2_relative_path()
- 6 badbehavior.module \bb2_relative_path()
- 7.2 badbehavior.module \bb2_relative_path()
File
- ./
badbehavior.module, line 238
Code
function bb2_relative_path() {
global $base_path;
return $base_path;
}