OSDN Git Service

BugTrack/787: Added a define PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING. Default: PKWK_SA...
authorhenoheno <henoheno>
Sat, 7 May 2005 16:21:51 +0000 (01:21 +0900)
committerhenoheno <henoheno>
Sat, 7 May 2005 16:21:51 +0000 (01:21 +0900)
plugin/backup.inc.php

index e62e9e1..e4139ef 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: backup.inc.php,v 1.21 2005/05/07 15:48:52 henoheno Exp $
+// $Id: backup.inc.php,v 1.22 2005/05/07 16:21:51 henoheno Exp $
 //
 // Backup plugin
 
 // Prohibit rendering old wiki texts (suppresses load, transfer rate, and security risk)
-define('PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING', PKWK_SAFE_MODE);
+define('PLUGIN_BACKUP_DISABLE_BACKUP_RENDERING', PKWK_SAFE_MODE || PKWK_OPTIMISE);
 
 function plugin_backup_action()
 {