remove include statement of class file
This commit is contained in:
parent
2234a4fd26
commit
d105ec4a07
|
|
@ -23,9 +23,6 @@
|
||||||
//voicemail
|
//voicemail
|
||||||
echo "<div class='hud_box'>\n";
|
echo "<div class='hud_box'>\n";
|
||||||
|
|
||||||
//required class
|
|
||||||
require_once "app/voicemails/resources/classes/voicemail.php";
|
|
||||||
|
|
||||||
//get the voicemail
|
//get the voicemail
|
||||||
$vm = new voicemail;
|
$vm = new voicemail;
|
||||||
$vm->domain_uuid = $_SESSION['domain_uuid'];
|
$vm->domain_uuid = $_SESSION['domain_uuid'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue