Ymir1711
Results
1
comments of
Ymir1711
mkdir ./images/plantuml chmod 777 ./images/plantuml vim LocalSettings.php wfLoadExtension( 'PlantUML' ); $wgPlantUmlPath = "$wgScriptPath/images/plantuml"; $wgPlantUmlDirectory = dirname( __FILE__ ) . '/images/plantuml'; vim ./extensions/PlantUML/PlantUML.body.php function getUploadDirectory() { global $wgPlantUmlDirectory; return $wgPlantUmlDirectory; }...