File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ use Detain \Cloudlinux \Cloudlinux ;
4+
5+ ini_set ('display_errors ' , 'on ' );
6+ require_once __DIR__ .'/../../../../include/functions.inc.php ' ;
7+ require_once __DIR__ .'/../../cloudlinux-licensing/src/Cloudlinux.php ' ;
8+ $ webpage = false ;
9+ define ('VERBOSE_MODE ' , false );
10+ global $ console ;
11+
12+ $ cl = new Cloudlinux (CLOUDLINUX_LOGIN , CLOUDLINUX_KEY );
13+ $ types = $ cl ->licenses ();
14+ print_r ($ types );
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ use Detain \Cloudlinux \Cloudlinux ;
4+
5+ ini_set ('display_errors ' , 'on ' );
6+ require_once __DIR__ .'/../../../../include/functions.inc.php ' ;
7+ require_once __DIR__ .'/../../cloudlinux-licensing/src/Cloudlinux.php ' ;
8+ $ webpage = false ;
9+ define ('VERBOSE_MODE ' , false );
10+ global $ console ;
11+
12+ $ cl = new Cloudlinux (CLOUDLINUX_LOGIN , CLOUDLINUX_KEY );
13+ $ types = $ cl ->types ();
14+ print_r ($ types );
You can’t perform that action at this time.
0 commit comments