(*paths)
| 307 | ] |
| 308 | |
| 309 | def get_plugins_persistent_path(*paths): |
| 310 | return path_traversal_check(os.path.join(settings.MEDIA_ROOT, "plugins", *paths), os.path.join(settings.MEDIA_ROOT, "plugins")) |
| 311 | |
| 312 | def get_dynamic_script_handler(script_path, callback=None, **kwargs): |
| 313 | def handleRequest(request): |