Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lolo888
ISPConfig 3
Commits
36b605af
Commit
36b605af
authored
17 years ago
by
pedro_morgan
Browse files
Options
Downloads
Patches
Plain Diff
Creating sandbox cos with svn we can, wanna come and play ?
parent
c80e5081
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/sandbox-remote_client/README.txt
+6
-0
6 additions, 0 deletions
interface/web/sandbox-remote_client/README.txt
interface/web/sandbox-remote_client/class.ispconfig.remote.client.php
+35
-0
35 additions, 0 deletions
...b/sandbox-remote_client/class.ispconfig.remote.client.php
with
41 additions
and
0 deletions
interface/web/sandbox-remote_client/README.txt
0 → 100644
+
6
−
0
View file @
36b605af
This a play zone with pedro.
Ideas are to create a class that can be easily consumed.
Also make it so it works with smarty on html and JSON for the lugin ;-)
This diff is collapsed.
Click to expand it.
interface/web/sandbox-remote_client/class.ispconfig.remote.client.php
0 → 100644
+
35
−
0
View file @
36b605af
<?php
/* This is a conceptual stlye code for feedback and work in progress
Please hack
*/
class
ISPConfigClient
{
public
function
__construct
(
$db_connection
=
null
){
}
//* Get Reseller List
public
function
reseller_get_list
(){
$params
=
array
(
'sid'
=>
$session_id
,
'module'
=>
'reseller'
,
'function'
=>
'reseller_list'
,
'params'
=>
''
);
}
public
function
reseller
(
$ID
){
// Get Reseller
$params
=
array
(
'sid'
=>
$session_id
,
'module'
=>
'reseller'
,
'function'
=>
'reseller_get'
,
'params'
=>
array
(
reseller_title
=>
"Reseller1"
));
}
}
}
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment