fix typo in function name, fixes #601
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -581,7 +581,7 @@ if ($page == 'overview') {
|
|||||||
|
|
||||||
// path cannot be the customers docroot
|
// path cannot be the customers docroot
|
||||||
if ($path == makeCorrectDir($userinfo['documentroot'])) {
|
if ($path == makeCorrectDir($userinfo['documentroot'])) {
|
||||||
standar_error('backupfoldercannotbedocroot');
|
standard_error('backupfoldercannotbedocroot');
|
||||||
}
|
}
|
||||||
|
|
||||||
$backup_dbs = isset($_POST['backup_dbs']) ? intval($_POST['backup_dbs']) : 0;
|
$backup_dbs = isset($_POST['backup_dbs']) ? intval($_POST['backup_dbs']) : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user