Submit
Path:
~
/
/
opt
/
psa
/
admin
/
application
/
admin
/
views
/
scripts
/
task-manager
/
File Content:
swagger-ui.phtml
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <?php echo $this->doctype(); ?> <html <?php echo $this->htmlDoc() ?>> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css"> <script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js" charset="UTF-8"></script> <style> .swagger-ui .topbar, .try-out, .scheme-container { display: none; } .swagger-ui .info { margin: 20px 0; } </style> </head> <body> <div id="swagger-ui"></div> <script> window.onload = function () { window.ui = SwaggerUIBundle({ url: "/admin/task-manager/swagger", dom_id: '#swagger-ui', }); } </script> </body> </html>
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
swagger-ui.phtml
827 bytes
0644
N4ST4R_ID | Naxtarrr