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 5409 2011-03-20 02:15:47Z jammerx2 $
| * $Id$
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 187 | Zeile 187 |
---|
$header = "-- MyBB Database Backup\n-- Generated: {$time}\n-- -------------------------------------\n\n"; $contents = $header; foreach($mybb->input['tables'] as $table)
|
$header = "-- MyBB Database Backup\n-- Generated: {$time}\n-- -------------------------------------\n\n"; $contents = $header; foreach($mybb->input['tables'] as $table)
|
{
| { if(!$db->table_exists($db->escape_string($table))) { continue; }
|
if($mybb->input['analyzeoptimize'] == 1) { $db->optimize_table($table);
| if($mybb->input['analyzeoptimize'] == 1) { $db->optimize_table($table);
|