Client side ajax library
[fa-stable.git] / admin / backups.php
index 3286f48c8600d4678a30fe211996e054a9c1002a..4fcc453fe44516c0313b5ccf7abb469537bed312 100644 (file)
@@ -216,7 +216,7 @@ function get_backup_file_combo()
 {
        global $path_to_root;
        $ar_files = array();
-
+    default_focus('cmb_backups');
     $dh = opendir(BACKUP_PATH);
        while (($file = readdir($dh)) !== false)
                $ar_files[] = $file;