From: <car...@us...> - 2025-02-14 07:14:20
|
Revision: 11103 http://sourceforge.net/p/phpwiki/code/11103 Author: carstenklapp Date: 2025-02-14 07:14:18 +0000 (Fri, 14 Feb 2025) Log Message: ----------- added option to restore from pgsrc Modified Paths: -------------- trunk/pgsrc/PhpWikiAdministration Modified: trunk/pgsrc/PhpWikiAdministration =================================================================== --- trunk/pgsrc/PhpWikiAdministration 2025-02-14 07:02:58 UTC (rev 11102) +++ trunk/pgsrc/PhpWikiAdministration 2025-02-14 07:14:18 UTC (rev 11103) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2022 15:26:20 +0000 +Date: Tue, 4 Feb 2025 03:14:44 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.4) Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; @@ -80,6 +80,13 @@ just delete the pages from the directory (or ZIP file) which you don't want to load. +=== Restore Default pgsrc === + +If you want to restore just one page, enter for example: ##pgsrc/~SandBox## + +<<WikiForm action=loadfile default=pgsrc buttontext="Restore pgsrc">> +<<WikiForm action=loadfile default=pgsrc overwrite=1 buttontext="Restore pgsrc & Overwrite">> + === Upload File === Here you can upload ZIP archives, or individual files from your @@ -95,7 +102,7 @@ server. You can also use this form to load from an http: or ftp: URL. <<WikiForm action=loadfile>> -<<WikiForm action=loadfile buttontext="Load & Overwrite" overwrite=1>> +<<WikiForm action=loadfile overwrite=1 buttontext="Load & Overwrite">> === Upgrade === This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |