Revision 977
Added by Matthias over 16 years ago
| backup-sql.php | ||
|---|---|---|
| 35 | 35 |
// Include config |
| 36 | 36 |
require_once('../../config.php');
|
| 37 | 37 |
|
| 38 |
// Create new admin object |
|
| 39 |
require(WB_PATH.'/framework/class.admin.php'); |
|
| 40 |
$admin = new admin('Settings', 'settings_advanced', false);
|
|
| 41 |
|
|
| 42 | 38 |
// Begin output var |
| 43 | 39 |
$output = "". |
| 44 | 40 |
"#\n". |
Also available in: Unified diff
Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715)