* Finish task #50328.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
helper::import('../../control.php');
|
||||
class myClient extends client
|
||||
{
|
||||
public function create()
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
helper::import('../../control.php');
|
||||
class myClient extends client
|
||||
{
|
||||
public function edit($clientID)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
helper::import('../../control.php');
|
||||
class myIm extends im
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
helper::import('../../control.php');
|
||||
class myIm extends im
|
||||
{
|
||||
public function downloadXxdPackage($xxdFileName)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
class myIm extends im
|
||||
helper::import('../../control.php');
|
||||
class myIm extends im
|
||||
{
|
||||
/**
|
||||
* Get serverInfo api.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
class myIm extends im
|
||||
helper::import('../../control.php');
|
||||
class myIm extends im
|
||||
{
|
||||
public function userLogin($account = '', $password = '', $options = 0, $userID = 0, $version = '', $device = 'desktop')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user