pandorafms/pandora_console/operation/system_alert.php

8 lines
116 B
PHP

<?php
// TODO: Poner esto resizable y dragable: http://jqueryui.com/demos/dialog
echo $_SESSION["alert_msg"];
?>