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