remove include statement of class file
This commit is contained in:
parent
74bc190450
commit
7fb1affa48
|
|
@ -26,11 +26,8 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cache class provides an abstracted cache
|
* cache class provides an abstracted cache
|
||||||
*
|
|
||||||
* @method string dialplan - builds the dialplan for call center
|
|
||||||
*/
|
*/
|
||||||
//define the call center class
|
//define the call center class
|
||||||
if (!class_exists('call_center')) {
|
|
||||||
class call_center {
|
class call_center {
|
||||||
/**
|
/**
|
||||||
* define the variables
|
* define the variables
|
||||||
|
|
@ -611,7 +608,6 @@
|
||||||
} //method
|
} //method
|
||||||
|
|
||||||
} //class
|
} //class
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$o = new call_center;
|
$o = new call_center;
|
||||||
|
|
@ -625,5 +621,3 @@ $c->destination_number = "";
|
||||||
$c->queue_cc_exit_keys = "";
|
$c->queue_cc_exit_keys = "";
|
||||||
$c->dialplan();
|
$c->dialplan();
|
||||||
*/
|
*/
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue