mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Move references to php classes in includes/classes to resource/classes.
This commit is contained in:
@@ -190,7 +190,7 @@ include "root.php";
|
||||
}
|
||||
|
||||
//how to use the class
|
||||
//include "includes/classes/install.php";
|
||||
//include "resources/classes/install.php";
|
||||
//$install = new install;
|
||||
//$install->domain_uuid = $domain_uuid;
|
||||
//$install->switch_conf_dir = $switch_conf_dir;
|
||||
|
||||
Reference in New Issue
Block a user