Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: backupdb.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id: backupdb.php 5409 2011-03-20 02:15:47Z jammerx2 $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 342 | Zeile 342 |
---|
} $table = new Table;
|
} $table = new Table;
|
$table->construct_header($lang->table_selectiona);
| $table->construct_header($lang->table_selection);
|
$table->construct_header($lang->backup_options); $table_selects = array();
| $table->construct_header($lang->backup_options); $table_selects = array();
|