コード例 #1
0
 public function getRemotePath($file)
 {
     global $wgServer;
     $path = parent::getRemotePath($file);
     return $wgServer . $path;
 }