Fibinger Ádám
2020-03-27 b158104ad7bc0ef74466e26620f66949ba6f730f
create.php
@@ -2,5 +2,7 @@
include_once "common/base.php";
$html_content = $twig->render('overlays/start-soon.twig');
file_put_contents('../esl-overlay/overlays/start-soon.html', $html_content);
file_put_contents('../esl-overlay/overlays/start-soon.html', $html_content);
$html_content = $twig->render('overlays/interrogacion.twig');
file_put_contents('../esl-overlay/overlays/interview.html', $html_content);