mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 01:23:50 +00:00
12 lines
197 B
PHP
12 lines
197 B
PHP
<meta http-equiv="refresh" content="2;url=v_xmpp.php">
|
|
<div align='center'>
|
|
<?php
|
|
if ($action == "add") {
|
|
echo "Add Complete\n";
|
|
}
|
|
if ($action == "update") {
|
|
echo "Edit Complete\n";
|
|
}
|
|
?>
|
|
</div>
|