Jump to content

[Solved] how can i get class CPANEL in php (api)(uapi)


oknot

Recommended Posts

You'd have to provide a class called cpanel in order for it to be defined. There's no such class defined by default. If your code doesn't provide such a class, you can't use what doesn't exist. If it exists and isn't being loaded, ensure you included it or that a class loader is detecting it.

It's worth noting that if this is intended to be an api for the hosting control panel, we don't offer api access to the hosting system (though curl has been used by some in the past to automate the UI).

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...