From: Florent Bruneau Date: Tue, 3 Mar 2009 17:50:15 +0000 (+0100) Subject: Add pmgallery configuration stuff. X-Git-Url: http://git.polytechnique.org/?p=wikifarm.git;a=commitdiff_plain;h=8a737cbd5e96bc5c8f994ab23bb85ad1bcbef66c Add pmgallery configuration stuff. Signed-off-by: Florent Bruneau --- diff --git a/install/NomDuWiki/local/config.php b/install/NomDuWiki/local/config.php index b3f78b7..7197c52 100644 --- a/install/NomDuWiki/local/config.php +++ b/install/NomDuWiki/local/config.php @@ -3,4 +3,8 @@ $EnableUpload = 1; $UploadMaxSize = 10*1024*1024; $XnetWikiGroup = ''; // si vide : wiki administré par les admins x.org + + // To use pmgallery + $pmGallery['virtualgroups'] = array(); + include_once("$FarmD/cookbook/pmgallery/pmgallery.php"); ?>