From 40f15577447dd6ae2a4d1bb7720cc41a0ec95b66 Mon Sep 17 00:00:00 2001 From: dairiki Date: Sat, 10 Feb 2001 22:41:29 +0000 Subject: [PATCH] Fix 'dump serialized pages' link git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@426 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/PhpWikiAdministration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgsrc/PhpWikiAdministration b/pgsrc/PhpWikiAdministration index f70b6cfc8..3a943a9f9 100644 --- a/pgsrc/PhpWikiAdministration +++ b/pgsrc/PhpWikiAdministration @@ -37,7 +37,7 @@ choice. __Dump__ -[ Dump Serialized Pages | phpwiki:?action=dumpserial&directory=%/tmp/wikidump ] +[ Dump Serialized Pages | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ] Pages will be written out as "serialized" strings of a PHP associative array, meaning they will not be human readable. If @@ -46,7 +46,7 @@ Ensure that your server has write permissions to the directory! __Load__ -[ Load Serialized Pages | phpwiki:?action=loadserial&directory=%/tmp/wikidump ] +[ Load Serialized Pages | phpwiki:?action=loadserial&directory=(/tmp/wikidump) ] If you have dumped a set of pages from PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped -- 2.45.0