We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896465f commit f9c424dCopy full SHA for f9c424d
interface/web/sites/web_domain_edit.php
@@ -529,8 +529,8 @@ function onSubmit() {
529
// only generate quota and traffic warnings if value has changed
530
if($this->id > 0) {
531
$old_web_values = $app->db->queryOneRecord("SELECT * FROM web_domain WHERE domain_id = ".$app->functions->intval($this->id));
532
- } else {
533
- $old_web_values = $_POST;
+ } else {
+ $old_web_values = array();
534
}
535
536
//* Check the website quota of the client
0 commit comments