How to get "additional php versions" by API

Discussion in 'Developers' Forum' started by FrankM, Sep 18, 2015.

  1. FrankM

    FrankM New Member

    Hi,
    it is possible to get a list of the "additional php versions" by API?
    I thought i can do this by "server_get" - but unfortunately there is no information about it.
    Has anyone an idea how to get the list?
    Kind regards,
    Franky
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely there is no api function for that yet. Adding a api function based on the interface form file is quite easy, take a look at the file interface/lib/classes/remoting.inc.php, you can see that all functions are very similar, they check the permissions and then they load the form file and run a genereal function to process the request.
     

Share This Page