Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lolo888
ISPConfig 3
Commits
031054bc
Commit
031054bc
authored
Aug 01, 2011
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed functions from "private" to "protected" in remote library.
Changed onClick function in DNS resync temlate.
parent
077c2773
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
interface/lib/classes/remoting.inc.php
interface/lib/classes/remoting.inc.php
+7
-7
interface/web/tools/templates/dns_resync.htm
interface/web/tools/templates/dns_resync.htm
+1
-1
No files found.
interface/lib/classes/remoting.inc.php
View file @
031054bc
...
...
@@ -2107,12 +2107,12 @@ class remoting {
//** pr
ivate
functions -----------------------------------------------------------------------------------
//** pr
otected
functions -----------------------------------------------------------------------------------
pr
ivate
function
klientadd
(
$formdef_file
,
$reseller_id
,
$params
)
pr
otected
function
klientadd
(
$formdef_file
,
$reseller_id
,
$params
)
{
global
$app
,
$tform
,
$remoting_lib
;
$app
->
uses
(
'remoting_lib'
);
...
...
@@ -2167,7 +2167,7 @@ class remoting {
return
$insert_id
;
}
pr
ivate
function
insertQuery
(
$formdef_file
,
$client_id
,
$params
,
$event_identifier
=
''
)
pr
otected
function
insertQuery
(
$formdef_file
,
$client_id
,
$params
,
$event_identifier
=
''
)
{
global
$app
,
$tform
,
$remoting_lib
;
...
...
@@ -2211,7 +2211,7 @@ class remoting {
}
pr
ivate
function
updateQuery
(
$formdef_file
,
$client_id
,
$primary_id
,
$params
,
$event_identifier
=
''
)
pr
otected
function
updateQuery
(
$formdef_file
,
$client_id
,
$primary_id
,
$params
,
$event_identifier
=
''
)
{
global
$app
;
...
...
@@ -2257,7 +2257,7 @@ class remoting {
return
$affected_rows
;
}
pr
ivate
function
deleteQuery
(
$formdef_file
,
$primary_id
,
$event_identifier
=
''
)
pr
otected
function
deleteQuery
(
$formdef_file
,
$primary_id
,
$event_identifier
=
''
)
{
global
$app
;
...
...
@@ -2301,7 +2301,7 @@ class remoting {
}
pr
ivate
function
checkPerm
(
$session_id
,
$function_name
)
pr
otected
function
checkPerm
(
$session_id
,
$function_name
)
{
$dobre
=
array
();
$session
=
$this
->
getSession
(
$session_id
);
...
...
@@ -2314,7 +2314,7 @@ class remoting {
}
pr
ivate
function
getSession
(
$session_id
)
pr
otected
function
getSession
(
$session_id
)
{
global
$app
;
...
...
interface/web/tools/templates/dns_resync.htm
View file @
031054bc
...
...
@@ -23,7 +23,7 @@
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"Import"
onClick=
"submit
Upload
Form('pageForm','tools/dns_resync.php');"
><span>
Start
</span></button>
<button
class=
"positive iconstxt icoPositive"
type=
"button"
value=
"Import"
onClick=
"submitForm('pageForm','tools/dns_resync.php');"
><span>
Start
</span></button>
<button
class=
"negative iconstxt icoNegative"
type=
"button"
value=
"Cancel"
onClick=
"loadContent('tools/index.php');"
><span>
Cancel
</span></button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment