Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
f9c424db
Commit
f9c424db
authored
Dec 20, 2013
by
Till Brehm
Browse files
Quota value of website not tested when new site is created.
parent
896465f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/web_domain_edit.php
View file @
f9c424db
...
...
@@ -529,8 +529,8 @@ class page_action extends tform_actions {
// only generate quota and traffic warnings if value has changed
if
(
$this
->
id
>
0
)
{
$old_web_values
=
$app
->
db
->
queryOneRecord
(
"SELECT * FROM web_domain WHERE domain_id = "
.
$app
->
functions
->
intval
(
$this
->
id
));
}
else
{
$old_web_values
=
$_POST
;
}
else
{
$old_web_values
=
array
()
;
}
//* Check the website quota of the client
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment