From: Geoffrey T. D. <da...@us...> - 2001-02-10 22:41:01
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv23610/pgsrc Modified Files: PhpWikiAdministration Log Message: Fix 'dump serialized pages' link Index: PhpWikiAdministration =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/PhpWikiAdministration,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** PhpWikiAdministration 2001/02/10 22:15:08 1.4 --- PhpWikiAdministration 2001/02/10 22:41:29 1.5 *************** *** 38,42 **** __Dump__ ! [ Dump Serialized Pages | phpwiki:?action=dumpserial&directory=%/tmp/wikidump ] Pages will be written out as "serialized" strings of a PHP --- 38,42 ---- __Dump__ ! [ Dump Serialized Pages | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ] Pages will be written out as "serialized" strings of a PHP *************** *** 47,51 **** __Load__ ! [ Load Serialized Pages | phpwiki:?action=loadserial&directory=%/tmp/wikidump ] If you have dumped a set of pages from PhpWiki, you can reload them here. --- 47,51 ---- __Load__ ! [ Load Serialized Pages | phpwiki:?action=loadserial&directory=(/tmp/wikidump) ] If you have dumped a set of pages from PhpWiki, you can reload them here. |