mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
9 lines
284 B
PHP
9 lines
284 B
PHP
<script src="../../js/app.js"></script>
|
|
<script src="../../plugins/Show-Hide-Passwords-Bootstrap-4/bootstrap-show-password.min.js"></script>
|
|
|
|
<?php
|
|
$content = ob_get_clean();
|
|
|
|
// Return the title and content as a JSON response
|
|
echo json_encode(['content' => $content]);
|
|
?>
|